Type Definition xml_dom::level2::Result

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

This standard Result structure is used wherever an IDL function is marked as throwing exceptions.