Enum plist::Error [] [src]

pub enum Error {
    InvalidData,
    UnexpectedEof,
    Io(IoError),
}

Variants

InvalidDataUnexpectedEofIo(IoError)

Trait Implementations

impl From<ByteorderError> for Error
[src]

fn from(err: ByteorderError) -> Error

Performs the conversion.

impl From<FromUtf16Error> for Error
[src]

fn from(_: FromUtf16Error) -> Error

Performs the conversion.

impl Debug for Error
[src]

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

Formats the value using the given formatter.

impl Error for Error
[src]

fn description(&self) -> &str

A short description of the error. Read more

fn cause(&self) -> Option<&Error>

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

impl Display for Error
[src]

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

Formats the value using the given formatter.

impl From<IoError> for Error
[src]

fn from(err: IoError) -> Error

Performs the conversion.

impl From<ChronoParseError> for Error
[src]

fn from(_: ChronoParseError) -> Error

Performs the conversion.

impl From<XmlWriterError> for Error
[src]

fn from(err: XmlWriterError) -> Error

Performs the conversion.