pub fn transform_subschemas<T: Transform + ?Sized>( t: &mut T, schema: &mut Schema, )
Applies the given Transform to all direct subschemas of the Schema.
Transform
Schema