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