macro_rules! define_named_walk { ((mut) $Visitor:ident $( pub fn $method:ident($ty:ty); )* ) => { ... }; }