Macro http_error_request_timeout

Source
macro_rules! http_error_request_timeout {
    ($($arg:tt)*) => { ... };
}
Expand description

Constructs an Error with hyper::StatusCode::REQUEST_TIMEOUT from a string or existing non-anyhow error value.