Skip to main content

register_transform

Function register_transform 

Source
pub fn register_transform<C: CustomTransform>(
    custom: C,
) -> (&'static mut C, Transform)
Expand description

Registers a custom transform without detection or context capabilities.