Searched refs:uuid_string (Results 1 – 1 of 1) sorted by relevance
1618 let uuid_string = "00000000-0000-0000-0000-000000000000".to_string(); in uuid_parsing() localVariable1619 expect_eq!(uuid.to_string(), uuid_string); in uuid_parsing()1620 let uuid_from_str = Uuid::new_from_string(&uuid_string); in uuid_parsing()