pub trait SignalHandler: Handler<StopSignal> + Handler<TerminateSignal> + Sealed { }
Expand description

Actors that are able to handle signals.

This trait is sealed and automatically implemented for actors implementing Handlers for signals. See top-level document for instructions on implementing these traits.

Object Safety§

This trait is not object safe.

Implementors§