Macro http_error_gone

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

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