Searched refs:uuid2_from_str (Results 1 – 1 of 1) sorted by relevance
1626 let uuid2_from_str = Uuid::new_from_string(&uuid_string_2); in uuid_parsing() localVariable1627 expect!(uuid2_from_str.is_ok(), "couldn't parse uuid string"); in uuid_parsing()1628 let uuid2_from_str = uuid2_from_str.unwrap(); in uuid_parsing() localVariable1629 expect_eq!(uuid2, uuid2_from_str, "uuid should match"); in uuid_parsing()