Function iceberg::spec::visit_schema

source ยท
pub fn visit_schema<V: SchemaVisitor>(
    schema: &Schema,
    visitor: &mut V,
) -> Result<V::T>
Expand description

Visit schema in post order.