Enum uuid_v1::ParseError [] [src]

pub enum ParseError {
    InvalidLength(usize),
}

Variants

Trait Implementations

impl Debug for ParseError
[src]

Formats the value using the given formatter.

impl Clone for ParseError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more