Enum combid::IdError [] [src]

pub enum IdError {
    Io(Error),
    Time(SystemTimeError),
}

Variants

Trait Implementations

impl Debug for IdError
[src]

Formats the value using the given formatter.

impl From<Error> for IdError
[src]

Performs the conversion.

impl From<SystemTimeError> for IdError
[src]

Performs the conversion.

impl Error for IdError
[src]

The lower-level cause of this error, if any. Read more

A short description of the error. Read more

impl Display for IdError
[src]

Formats the value using the given formatter. Read more