[−][src]Type Definition quick_xml::Result
type Result<T> = Result<T, Error>;
A specialized Result
type where the error is hard-wired to Error
.
type Result<T> = Result<T, Error>;
A specialized Result
type where the error is hard-wired to Error
.