Trait atomic_pool::Pool

source ·
pub trait Pool: 'static {
    type Item: 'static;
}

Required Associated Types§

Implementors§