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