Trait atomic_pool::Pool[][src]

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

Associated Types

type Item: 'static[src]

Implementors