Type Definition quick_xml::Result

source ·
pub type Result<T> = Result<T, Error>;
Expand description

A specialized Result type where the error is hard-wired to Error.