Home
last modified time | relevance | path

Searched defs:Urn (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/uuid/src/adapter/
Dmod.rs58 pub struct Urn(Uuid); struct
106 pub const fn to_urn(self) -> Urn { in to_urn()
644 impl Urn { implementation