Searched refs:uuid_from_str (Results 1 – 1 of 1) sorted by relevance
1620 let uuid_from_str = Uuid::new_from_string(&uuid_string); in uuid_parsing() localVariable1621 expect!(uuid_from_str.is_ok(), "couldn't parse uuid string"); in uuid_parsing()1622 let uuid_from_str = uuid_from_str.unwrap(); in uuid_parsing() localVariable1623 expect_eq!(uuid, uuid_from_str, "uuid should match"); in uuid_parsing()