dittolive_ditto::store

Trait SignalNext

Source
pub trait SignalNext
where Self: FnOnce() + 'static + Send,
{ }
Expand description

An alias for FnOnce() + 'static + Send. A callback used to signal that the observer is ready to handle new events.

Implementors§

Source§

impl<__: ?Sized> SignalNext for __
where Self: FnOnce() + 'static + Send,