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

Required Associated Types

Implementors