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