Enum fontconfig_parser::Error [−][src]
pub enum Error {
Xml(Error),
UnmatchedDocType,
NoFontconfig,
InvalidFormat(String),
IoError(Error),
ParseEnumError(&'static str, String),
ParseIntError(ParseIntError),
ParseFloatError(ParseFloatError),
ParseBoolError(ParseBoolError),
}Variants
Xml(Error)Tuple Fields of Xml
0: ErrorInvalidFormat(String)Tuple Fields of InvalidFormat
0: StringIoError(Error)Tuple Fields of IoError
0: ErrorParseIntError(ParseIntError)Tuple Fields of ParseIntError
ParseFloatError(ParseFloatError)Tuple Fields of ParseFloatError
ParseBoolError(ParseBoolError)Tuple Fields of ParseBoolError
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.