Skip to main content

BoxedTransformFunction

Type Alias BoxedTransformFunction 

Source
pub type BoxedTransformFunction = Box<dyn TransformFunction>;
Expand description

BoxedTransformFunction is a boxed trait object of TransformFunction.

Aliased Typeยง

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