transform

Macro transform 

Source
macro_rules! transform {
    ($name:ident, $P:ty, $F:ty, $($tokens:tt)*) => { ... };
}