mz_sql_parser::ast::fold

Function fold_format_specifier

Source
pub fn fold_format_specifier<F, T: AstInfo, T2: AstInfo>(
    folder: &mut F,
    node: FormatSpecifier<T>,
) -> FormatSpecifier<T2>
where F: Fold<T, T2> + ?Sized,