[][src]Type Definition xml_data::Result

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

Result alias with out error type included