pub fn visit_root_schema<V>(v: &mut V, root: &mut RootSchema)where V: Visitor + ?Sized,
Visits all subschemas of the RootSchema.
RootSchema