BoxFnFactory

Type Alias BoxFnFactory 

Source
pub type BoxFnFactory<In, Out> = Box<dyn FnMut(In) -> Box<dyn FnOnce() -> Out + Send + 'static> + Send>;

Aliased Typeยง

pub struct BoxFnFactory<In, Out>(/* private fields */);