[][src]Trait smartpool::ChannelToucher

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.

Required methods

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

Loading content...

Implementors

Loading content...