Home
last modified time | relevance | path

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

/external/rust/crates/uuid/src/adapter/
Dmod.rs81 pub const fn to_hyphenated_ref(&self) -> HyphenatedRef<'_> { in to_hyphenated_ref() method
1004 Uuid::nil().to_hyphenated_ref().encode_lower(&mut [0; 35]); in hyphenated_ref_too_small()
/external/rust/crates/uuid/src/
Dlib.rs582 fmt::LowerHex::fmt(&self.to_hyphenated_ref(), f) in fmt()
589 fmt::UpperHex::fmt(&self.to_hyphenated_ref(), f) in fmt()