Function sql_parser::ast::fold::fold_create_source_format [−][src]
pub fn fold_create_source_format<F, T: AstInfo, T2: AstInfo>(
folder: &mut F,
node: CreateSourceFormat<T>
) -> CreateSourceFormat<T2> where
F: Fold<T, T2> + ?Sized,