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