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

Required Methods§

Implementors§