Enum opus_parse::ErrorKind [] [src]

pub enum ErrorKind {
    Msg(String),
    DurationParseErr(ErrorKind),
    TimeIdParseErr(ErrorKind),
    ParseIntError(ParseIntError),
    XmlParseError(Error),
    ExpectedAttribute(String),
}

Variants

Methods

impl ErrorKind
[src]

[src]

A string describing the error kind.

Trait Implementations

impl Debug for ErrorKind
[src]

[src]

Formats the value using the given formatter.

impl Display for ErrorKind
[src]

[src]

Formats the value using the given formatter. Read more

impl From<ErrorKind> for ErrorKind
[src]

[src]

Performs the conversion.

impl From<ErrorKind> for ErrorKind
[src]

[src]

Performs the conversion.

impl<'__a> From<&'__a str> for ErrorKind
[src]

[src]

Performs the conversion.

impl From<String> for ErrorKind
[src]

[src]

Performs the conversion.

impl From<Error> for ErrorKind
[src]

[src]

Performs the conversion.