pub fn visit_schema<V: SchemaVisitor>( schema: &Schema, visitor: &mut V, ) -> Result<V::T>
Visit schema in post order.