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