mempool

Type Alias CreateFn

Source
pub type CreateFn<T> = Box<dyn Fn() -> T + Send + Sync + 'static>;
Expand description

The type of an initialization function.

Aliased Typeยง

struct CreateFn<T>(/* private fields */);