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.
macro_rules! range_not_satisfiable {
($($arg:tt)*) => { ... };
}Construct an Error with StatusCode::RANGE_NOT_SATISFIABLE from a string or existing non-anyhow error value.