Function sql::ast::visit::visit_avro_schema[][src]

pub fn visit_avro_schema<'ast, V, T>(visitor: &mut V, node: &'ast AvroSchema<T>) where
    T: AstInfo,
    V: Visit<'ast, T> + ?Sized