Enum opus_parse::ErrorKind
[−]
[src]
pub enum ErrorKind {
Msg(String),
DurationParseErr(ErrorKind),
TimeIdParseErr(ErrorKind),
ParseIntError(ParseIntError),
XmlParseError(Error),
ExpectedAttribute(String),
}Variants
Msg(String)DurationParseErr(ErrorKind)TimeIdParseErr(ErrorKind)ParseIntError(ParseIntError)XmlParseError(Error)ExpectedAttribute(String)
Methods
impl ErrorKind[src]
fn description(&self) -> &str[src]
A string describing the error kind.
Trait Implementations
impl Debug for ErrorKind[src]
impl Display for ErrorKind[src]
fn fmt(&self, f: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more