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