Type Definition ts_mem_pool::memory_pool::CreateFn[][src]

type CreateFn<T> = Box<Fn() -> T>;

Boxed closure that creates objects of type T