Function sql_parser::ast::fold::fold_avro_schema[][src]

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