pub trait GetMempoolSize {
    fn get_mempool_size(&mut self) -> usize;
}

Required Methods§

Implementors§