Struct uuid::Simple [] [src]

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

Adaptor for formatting a Uuid as a simple string.

Trait Implementations

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

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

Formats the value using the given formatter.