Macro impl_visitable_list

Source
macro_rules! impl_visitable_list {
    (<mut> $($ty:ty,)*) => { ... };
}