Macro funfun::box_fn[][src]

macro_rules! box_fn {
    ( $f:ident ) => { ... };
    ( $f:expr ) => { ... };
}

Boxes a closure and returns a reference.