macro_rules! bail_malformed_response_error { () => { ... }; (@ $($fmt_arg:tt)*) => { ... }; ($($fmt_arg:tt)*) => { ... }; }
Expand description
Constructs a MalformedResponseError
and bails out.
macro_rules! bail_malformed_response_error { () => { ... }; (@ $($fmt_arg:tt)*) => { ... }; ($($fmt_arg:tt)*) => { ... }; }
Constructs a MalformedResponseError
and bails out.