Macro hyper_middleware::gateway_timeout
source · macro_rules! gateway_timeout {
($($arg:tt)*) => { ... };
}
Expand description
Construct an Error
with StatusCode::GATEWAY_TIMEOUT
from a string or existing non-anyhow error value.