Function transform_subschemas

Source
pub fn transform_subschemas<T: Transform + ?Sized>(
    t: &mut T,
    schema: &mut Schema,
)
Expand description

Applies the given Transform to all direct subschemas of the Schema.