Function mz_sql_parser::ast::fold::fold_ident

source ·
pub fn fold_ident<F, T: AstInfo, T2: AstInfo>(
    folder: &mut F,
    node: Ident
) -> Ident
where F: Fold<T, T2> + ?Sized,