Macro http_error_method_not_allowed

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

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