[][src]Trait smartpool::ChannelToucherMut

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

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

Required methods

fn touch_mut(
    &mut self,
    channel: &mut impl Channel
) -> O

Loading content...

Implementors

Loading content...