Enum csa::parser::CsaError [] [src]

pub enum CsaError {
    ParseError(ErrorKind),
}

Variants

Trait Implementations

impl Debug for CsaError
[src]

Formats the value using the given formatter.

impl Display for CsaError
[src]

Formats the value using the given formatter. Read more

impl Error for CsaError
[src]

A short description of the error. Read more

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

impl From<ErrorKind> for CsaError
[src]

Performs the conversion.