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