pub trait PopupEventswhere
Self: LeafletEventHandler,{
// Provided methods
fn on_popup_open(&self, callback: Box<dyn Fn(PopupEvent)>) { ... }
fn on_popup_close(&self, callback: Box<dyn Fn(PopupEvent)>) { ... }
}
pub trait PopupEventswhere
Self: LeafletEventHandler,{
// Provided methods
fn on_popup_open(&self, callback: Box<dyn Fn(PopupEvent)>) { ... }
fn on_popup_close(&self, callback: Box<dyn Fn(PopupEvent)>) { ... }
}