pub trait ChannelIndex: Serde + Eq + Hash + Sized + Sync + Send + 'static { }

Implementors