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]
fn fmt(&self, f: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more