Type Definition onedrive_api::Result[][src]

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

An alias to Result of Error.