Home
last modified time | relevance | path

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

/external/rust/crates/uuid/src/adapter/
Dmod.rs50 pub struct SimpleRef<'a>(&'a Uuid); struct
97 pub const fn to_simple_ref(&self) -> SimpleRef<'_> { in to_simple_ref()
98 SimpleRef::from_uuid_ref(self) in to_simple_ref()
531 impl<'a> SimpleRef<'a> { implementation
542 SimpleRef(uuid) in from_uuid_ref()
938 SimpleRef<'a>,
975 assert_eq!(len, super::SimpleRef::LENGTH); in simple_ref_trailing()