macro_rules! http_error_range_not_satisfiable {
($($arg:tt)*) => { ... };
}
Expand description
Constructs an Error
with hyper::StatusCode::RANGE_NOT_SATISFIABLE
from a string or existing non-anyhow error value.
macro_rules! http_error_range_not_satisfiable {
($($arg:tt)*) => { ... };
}
Constructs an Error
with hyper::StatusCode::RANGE_NOT_SATISFIABLE
from a string or existing non-anyhow error value.