pub fn create_transform_function(
transform: &Transform,
) -> Result<BoxedTransformFunction>Expand description
create_transform_function creates a boxed trait object of TransformFunction from a Transform.
pub fn create_transform_function(
transform: &Transform,
) -> Result<BoxedTransformFunction>create_transform_function creates a boxed trait object of TransformFunction from a Transform.