Macro no_function
macro_rules! no_function {
() => { ... };
(@ candidates = $candidates:expr, $($fmt_arg:tt)*) => { ... };
(candidates = $candidates:expr, $($fmt_arg:tt)*) => { ... };
($($fmt_arg:tt)*) => { ... };
}
Expand description
Constructs a NoFunction
.