Macro http_error_loop_detected

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

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