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

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

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