pub type BoxedTransformFunction = Box<dyn TransformFunction>;Expand description
BoxedTransformFunction is a boxed trait object of TransformFunction.
Aliased Typeยง
struct BoxedTransformFunction(/* private fields */);pub type BoxedTransformFunction = Box<dyn TransformFunction>;BoxedTransformFunction is a boxed trait object of TransformFunction.
struct BoxedTransformFunction(/* private fields */);