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

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

Required Methods§

Implementors§