Function iceberg::spec::visit_struct_with_partner
source ยท pub fn visit_struct_with_partner<P, V: SchemaWithPartnerVisitor<P>, A: PartnerAccessor<P>>(
s: &StructType,
partner: &P,
visitor: &mut V,
accessor: &A,
) -> Result<V::T>
Expand description
Visit struct type in post order.