Type Alias 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.

Aliased Type§

enum Result<T> {
    // some variants omitted
}

Variants§