Enum ebustl::parser::ParseError [] [src]

pub enum ParseError {
    Io(Error),
    Incomplete,
    CodePageNumber,
    DisplayStandardCode,
    TimeCodeStatus,
    DiskFormatCode,
    CharacterCodeTable,
    CumulativeStatus,
    Unknown,
}

Variants

Trait Implementations

impl Debug for ParseError
[src]

Formats the value using the given formatter.

impl Display for ParseError
[src]

Formats the value using the given formatter. Read more

impl Error for ParseError
[src]

A short description of the error. Read more

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

impl From<Error> for ParseError
[src]

Performs the conversion.