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]

[src]

Formats the value using the given formatter. Read more

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

[src]

Formats the value using the given formatter.

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

[src]

Formats the value using the given formatter.