Macro noop_visit_type
macro_rules! noop_visit_type {
(fail) => { ... };
() => { ... };
($name:ident, $N:tt, fail) => { ... };
($name:ident, $N:tt) => { ... };
}
Available on crate features
__ecma
and __visit
only.Expand description
Note: Ignoring more types is not considered as a breaking change.