Type Definition async_xml::error::Result

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

A Result using Error as the error type