[][src]Type Definition xml_dom::level2::Result

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

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