Enum plist::BuilderError [] [src]

pub enum BuilderError {
    InvalidEvent,
    UnsupportedDictionaryKey,
    ParserError(ParserError),
}

Variants

InvalidEventUnsupportedDictionaryKeyParserError(ParserError)

Trait Implementations

impl Debug for BuilderError
[src]

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

Formats the value using the given formatter.

impl From<ParserError> for BuilderError
[src]

fn from(err: ParserError) -> BuilderError

Performs the conversion.