pub trait EventHandler{ }Expand description
An alias for FnMut(Vec<BoxedDocument>, LiveQueryEvent) + Send + 'static.
A closure which is called on each event
pub trait EventHandler{ }An alias for FnMut(Vec<BoxedDocument>, LiveQueryEvent) + Send + 'static.
A closure which is called on each event