macro_rules! noop_visit_type {
(fail) => { ... };
() => { ... };
($name:ident, $N:tt, fail) => { ... };
($name:ident, $N:tt) => { ... };
}
Expand description
Note: Ignoring more types is not considered as a breaking change.
macro_rules! noop_visit_type {
(fail) => { ... };
() => { ... };
($name:ident, $N:tt, fail) => { ... };
($name:ident, $N:tt) => { ... };
}
Note: Ignoring more types is not considered as a breaking change.