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

Constructs an Error with [http::StatusCode::METHOD_NOT_ALLOWED] from a string or existing non-anyhow error value.