Macro make_visitor_trait

Source
macro_rules! make_visitor_trait {
    ($t:ident, $($ref:tt)*) => { ... };
}