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