Skip to main content

impl_visitable_visit

Macro impl_visitable_visit 

Source
macro_rules! impl_visitable_visit {
    ($($visit:ident($Ty:ty $(, $extra:ident: $ExtraTy:ty)?) => $walk:ident;)*) => { ... };
}