Trait meio::handlers::StreamAcceptor[][src]

pub trait StreamAcceptor<T>: Actor {
    fn stream_group(&self) -> Self::GroupBy;
}

Controls where stream can be accepted to an Actor using Address.

Required methods

fn stream_group(&self) -> Self::GroupBy[src]

The termination group used by Address::attach method.

Loading content...

Implementors

Loading content...