Enum hourglass::TzError [] [src]

pub enum TzError {
    IOError(Error),
    InvalidTzFile,
    InvalidPosixTz,
    UnsupportedTzFile,
}

Possible errors when creating a Timezone.

Variants

Trait Implementations

impl Debug for TzError
[src]

[src]

Formats the value using the given formatter.

impl Display for TzError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for TzError
[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

impl From<Error> for TzError
[src]

[src]

Performs the conversion.