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