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

Construct an Error with StatusCode::NOT_IMPLEMENTED from a string or existing non-anyhow error value.