Enum il2_iltags::ilint::ErrorKind[][src]

pub enum ErrorKind {
    ValueOverflow,
    InvalidFormat,
    IOError(ErrorKind),
}
Expand description

Error codes generated by this module.

Variants

ValueOverflow

The encoded value is larger than 2^64 - 1.

InvalidFormat

In case of an invalid format.

IOError(ErrorKind)

I/O error.

Tuple Fields of IOError

0: ErrorKind

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.