Home
last modified time | relevance | path

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

/external/rust/crates/uuid/src/adapter/
Dmod.rs66 pub struct UrnRef<'a>(&'a Uuid); struct
115 pub const fn to_urn_ref(&self) -> UrnRef<'_> { in to_urn_ref()
116 UrnRef::from_uuid_ref(self) in to_urn_ref()
766 impl<'a> UrnRef<'a> { impl
777 UrnRef(&uuid) in from_uuid_ref()
940 UrnRef<'a>
991 assert_eq!(len, super::UrnRef::LENGTH); in urn_ref_trailing()