macro_rules! http_error_variant_also_negotiates {
($($arg:tt)*) => { ... };
}Expand description
Constructs an Error with hyper::StatusCode::VARIANT_ALSO_NEGOTIATES from a string or existing non-anyhow error value.
macro_rules! http_error_variant_also_negotiates {
($($arg:tt)*) => { ... };
}Constructs an Error with hyper::StatusCode::VARIANT_ALSO_NEGOTIATES from a string or existing non-anyhow error value.