Macro http_error_not_acceptable

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

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