pub trait Signal: Send + 'static { }
Expand description

Autotrait that constraints the signals that can be sent to a crate::traits::Manager. not ment to be implemented manually

Implementors