pub trait ChannelToucher<O>: Sized { fn touch(&mut self, channel: &impl Channel) -> O; }
A system for the pool to index the behavior’s channels with static dispatch.