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

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