[][src]Type Definition onedrive_api::Result

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

An alias to Result of Error.