box_coerce

Function box_coerce 

Source
pub fn box_coerce<T: Clone, U: Clone>(
    f: Box<impl Fn(T) -> U>,
) -> Box<impl Fn(Box<T>) -> Box<U>>