Enum hourglass::InputError [] [src]

pub enum InputError {
    InvalidMonth,
    InvalidDay,
    InvalidHour,
    InvalidMinute,
    InvalidSecond,
    InvalidNano,
    InvalidLeapSecond,
    InvalidFormat,
}

Possible errors when creating a Datetime.

Variants

Trait Implementations

impl Debug for InputError
[src]

[src]

Formats the value using the given formatter.

impl Display for InputError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for InputError
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

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