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