Type Definition quick_xml::error::Result [] [src]

type Result<T> = Result<T, Error>;

Result type