Function iceberg::spec::visit_type
source ยท pub fn visit_type<V: SchemaVisitor>(
type: &Type,
visitor: &mut V,
) -> Result<V::T>
Expand description
Visiting a type in post order.
pub fn visit_type<V: SchemaVisitor>(
type: &Type,
visitor: &mut V,
) -> Result<V::T>
Visiting a type in post order.