Skip to main content

simple_random_transform

Macro simple_random_transform 

Source
macro_rules! simple_random_transform {
    ($name:ident, $input:ty, $output:ty, $prob_field:ident, $transform_fn:expr) => { ... };
}
Expand description

Common transform implementation macro