Skip to main content

transform

Function transform 

Source
pub fn transform<F>(inner: Box<dyn Schema>, func: F) -> TransformSchema
where F: Fn(Value) -> Value + Send + Sync + 'static,