minions 0.2.6

Experimental actor library, under constant development.
Documentation
1
2
3
4
5
use super::super::{ChannelId};

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