[][src]Trait tokio_lk::NewKeyPool

pub trait NewKeyPool<T> {
    fn new() -> Self;
}

Required methods

fn new() -> Self

Loading content...

Implementors

impl NewKeyPool<Arc<Mutex<HashMap<usize, Arc<(AtomicUsize, AtomicUsize, AtomicSerialWaker)>, RandomState>>>> for KeyPool<MapType>[src]

Loading content...