pub trait ChannelToucher<O>: Sized {
    fn touch(&mut self, channel: &impl Channel) -> O;
}
Expand description

A system for the pool to index the behavior’s channels with static dispatch.

Required Methods§

Implementors§