Home
last modified time | relevance | path

Searched refs:HyphenatedRef (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/uuid/src/adapter/
Dmod.rs34 pub struct HyphenatedRef<'a>(&'a Uuid); struct
81 pub const fn to_hyphenated_ref(&self) -> HyphenatedRef<'_> { in to_hyphenated_ref()
82 HyphenatedRef::from_uuid_ref(self) in to_hyphenated_ref()
296 impl<'a> HyphenatedRef<'a> { implementation
307 HyphenatedRef(uuid) in from_uuid_ref()
936 HyphenatedRef<'a>,
959 assert_eq!(len, super::HyphenatedRef::LENGTH); in hyphenated_ref_trailing()