Macro impl_visitable_list

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