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

pub struct Signal(pub SignalType);

Process signal message

Trait Implementations

impl Message for Signal
[src]

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