Type Alias map_ok::BoxingFn

source ·
pub type BoxingFn<T> = fn(_: T) -> Box<T>;
Expand description

A function that boxes its argument.