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

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