Struct uuid::Urn [] [src]

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

Adaptor for formatting a Uuid as a URN string.

Trait Implementations

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

fn fmt(&self, f: &mut Formatter) -> Result

Formats the value using the given formatter.