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

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