[][src]Trait signal_stack::SafeHandler

pub unsafe trait SafeHandler: Into<Arc<dyn Handler>> { }

A type may implement this trait to indicate that it can be converted into an async-signal-safe function. ie. one that is safe to call from a signal handler.

Implementors

Loading content...