Function vector_config::schema::visit::visit_schema_object

source ยท
pub fn visit_schema_object<V>(
    v: &mut V,
    definitions: &mut BTreeMap<String, Schema>,
    schema: &mut SchemaObject,
)
where V: Visitor + ?Sized,
Expand description

Visits all subschemas of the SchemaObject.