pub fn visit_struct<V: SchemaVisitor>(
s: &StructType,
visitor: &mut V,
) -> Result<V::T>Expand description
Visit struct type in post order.
pub fn visit_struct<V: SchemaVisitor>(
s: &StructType,
visitor: &mut V,
) -> Result<V::T>Visit struct type in post order.