pub type RequestResult<T> = Result<T, RequestError>;
Expand description

Type for internal results containing a RequestError.