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