Enum plist::ParserError [] [src]

pub enum ParserError {
    InvalidData,
    UnexpectedEof,
    UnsupportedType,
    Io(IoError),
}

Variants

InvalidDataUnexpectedEofUnsupportedTypeIo(IoError)

Trait Implementations

impl From<ByteorderError> for ParserError
[src]

fn from(err: ByteorderError) -> ParserError

Performs the conversion.

impl From<FromUtf16Error> for ParserError
[src]

fn from(_: FromUtf16Error) -> ParserError

Performs the conversion.

impl Debug for ParserError
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl From<IoError> for ParserError
[src]

fn from(io_error: IoError) -> ParserError

Performs the conversion.

impl From<ChronoParseError> for ParserError
[src]

fn from(_: ChronoParseError) -> ParserError

Performs the conversion.