pub fn visit_format<'ast, V, T>(visitor: &mut V, node: &'ast Format<T>)where T: AstInfo, V: Visit<'ast, T> + ?Sized,