pub trait SignalNext{ }Expand description
An alias for FnOnce() + 'static + Send.
A callback used to signal that the observer is ready to handle new events.
pub trait SignalNext{ }An alias for FnOnce() + 'static + Send.
A callback used to signal that the observer is ready to handle new events.