Type Alias BoxedTransformFunction

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

BoxedTransformFunction is a boxed trait object of TransformFunction.

Aliased Typeยง

struct BoxedTransformFunction(/* private fields */);