[][src]Trait syncpool::prelude::PoolState

pub trait PoolState {
    fn expansion_enabled(&self) -> bool;
fn miss_count(&self) -> usize; }

Required methods

fn expansion_enabled(&self) -> bool

fn miss_count(&self) -> usize

Loading content...

Implementors

impl<T> PoolState for SyncPool<T>[src]

Loading content...