Macro visit_visitable

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