[][src]Type Definition xmlparser_derive::XmlResult

type XmlResult<T> = Result<T, XmlError>;

Specialized Result which the error value is Error.