Type Definition quick_xml::Result [−][src]
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
.