Module actix_signal::signals

source ·
Expand description

Signals that can be handled by actors implementing SignalHandler.

Notice that the document is just indicating a set of conventions that should be followed by implementors (and the #[derive(SignalHandler)] macro). There’s no guarantee that types must work as described below.

Structs§