Trait actix::Subscriber [] [src]

pub trait Subscriber<M: 'static> {
    fn send(&self, msg: M) -> Result<(), M>;
fn subscriber(&self) -> Box<Subscriber<M>>; }

Required Methods

Send buffered message

Clone subscriber

Implementors