Macro kinder::functorize [] [src]

macro_rules! functorize {
    ($t:ident) => { ... };
}

A quick macro to functorize types implementing Iter