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
5
use super::super::{ChannelId};

pub trait IdentifiedInput {
  fn get_input_id(&self, ch_id: usize) -> Option<ChannelId>;
}