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