Struct actix::actors::signal::Subscribe [] [src]

pub struct Subscribe(pub Recipient<Syn, Signal>);

Subscribe to process signals.

Trait Implementations

impl Message for Subscribe
[src]

The type of value that this message will resolved with if it is successful.