[][src]Type Definition reqwest_oauth1::Result

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

Result type bound with Error.