1 2 3 4 5
use super::super::{ChannelId}; pub trait IdentifiedInput { fn get_input_id(&self, ch_id: usize) -> Option<ChannelId>; }