Type Definition mempool::CreateFn [] [src]

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

The type of an initialization function.