Trait uuid1::Uuid1 [] [src]

pub trait Uuid1 {
    fn v1() -> Uuid;
    fn ordered(&self) -> Option<OrderedUuid>;
}

Required Methods

Implementors