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

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