mempool::CreateFn 
            
                [−]
            
        [src]
type CreateFn<T> = Box<Fn() -> T + Send + Sync + 'static>;
The type of an initialization function.
type CreateFn<T> = Box<Fn() -> T + Send + Sync + 'static>;
The type of an initialization function.