Macro visit_visitable

Source
macro_rules! visit_visitable {
    (mut $visitor:expr, $($expr:expr),* $(,)?) => { ... };
}