BoxingFn

Type Alias BoxingFn 

Source
pub type BoxingFn<T> = fn(T) -> Box<T>;
Expand description

A function that boxes its argument.