Skip to main content

Transform

Type Alias Transform 

Source
pub type Transform = Box<dyn Fn(&Value) -> Value + Send + Sync + 'static>;

Aliased Typeยง

pub struct Transform(/* private fields */);