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