Struct uuid::Simple [] [src]

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

An adaptor for formatting a Uuid as a simple string.

Trait Implementations

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

Formats the value using the given formatter. Read more