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