Macro http_error_range_not_satisfiable

Source
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.