[][src]Type Definition onedrive_api::Result

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

An alias to Result with Err of onedrive_api::Error.