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

pub struct Subscribe(pub Box<Subscriber<Signal> + Send>);

Subscribe to process signals.

Trait Implementations

impl ResponseType for Subscribe
[src]

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

The type of error that this message will resolve with if it fails in a normal fashion.