[][src]Type Definition reqwest_oauth1::SignResult

type SignResult<T> = Result<T, SignerError>;

Result type bound with SignError.