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