Macro hyper_middleware::loop_detected
source · macro_rules! loop_detected {
($($arg:tt)*) => { ... };
}
Expand description
Construct an Error
with StatusCode::LOOP_DETECTED
from a string or existing non-anyhow error value.
macro_rules! loop_detected {
($($arg:tt)*) => { ... };
}
Construct an Error
with StatusCode::LOOP_DETECTED
from a string or existing non-anyhow error value.