pub fn register_transform_with_context<C>(
custom: C,
) -> (&'static mut C, Transform)where
C: CustomTransform + ContextTransform,Expand description
Registers a custom transform with the context capability.
pub fn register_transform_with_context<C>(
custom: C,
) -> (&'static mut C, Transform)where
C: CustomTransform + ContextTransform,Registers a custom transform with the context capability.