Function schemars::visit::visit_schema_object
source · pub fn visit_schema_object<V: Visitor + ?Sized>(
v: &mut V,
schema: &mut SchemaObject
)Expand description
Visits all subschemas of the SchemaObject.
pub fn visit_schema_object<V: Visitor + ?Sized>(
v: &mut V,
schema: &mut SchemaObject
)Visits all subschemas of the SchemaObject.