Function vector_config::schema::visit::visit_schema

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

Visits all subschemas of the Schema.