minions 0.2.9

DISCONTINUED. This crate was renamed. The development of this code is under the acto-rs crate.
Documentation
1
2
3
4

pub trait OutputCounter {
  fn get_tx_count(&self, ch_id: usize) -> usize;
}