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

Required Methods§

Implementors§