mempool::CreateFn [] [src]

type CreateFn<T> = Box<Fn() -> T + Send + 'static>;

The type of an initialization function.