Macro hyper_middleware::error
source · macro_rules! error { ($($arg:tt)*) => { ... }; }
Expand description
Constructs an Error
with the given arguments.
macro_rules! error { ($($arg:tt)*) => { ... }; }
Constructs an Error
with the given arguments.