macro_rules! bail_not_implemented { (@ issue = $issue:expr, $($fmt_arg:tt)*) => { ... }; (issue = $issue:expr, $($fmt_arg:tt)*) => { ... }; ($($fmt_arg:tt)*) => { ... }; }
Expand description
Constructs a NotImplemented
and bails out.
macro_rules! bail_not_implemented { (@ issue = $issue:expr, $($fmt_arg:tt)*) => { ... }; (issue = $issue:expr, $($fmt_arg:tt)*) => { ... }; ($($fmt_arg:tt)*) => { ... }; }
Constructs a NotImplemented
and bails out.