Type Alias SharedPoolGuard

Source
pub type SharedPoolGuard<'a, T, const MAX_POOL_STACKS: usize> = PoolGuard<'a, T, Box<dyn Fn() -> T + Send + Sync>, MAX_POOL_STACKS>;

Aliased Typeยง

struct SharedPoolGuard<'a, T, const MAX_POOL_STACKS: usize>(/* private fields */);