Struct uuid::Urn[][src]

pub struct Urn<'a> { /* fields omitted */ }

An adaptor for formatting a Uuid as a URN string.

Trait Implementations

impl<'a> Display for Urn<'a>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for Urn<'a>

impl<'a> Sync for Urn<'a>