pub trait GetNProcessQueueSize {
    fn get_n_process_queue_size(&self) -> usize;
}

Required Methods§

Implementors§