Result
type Result = Result<T, Error>
A Result alias where the Err case is reqwest::Error.
Err
reqwest::Error