PopupEvents

Trait PopupEvents 

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

Provided Methods§

Source

fn on_popup_open(&self, callback: Box<dyn Fn(PopupEvent)>)

Source

fn on_popup_close(&self, callback: Box<dyn Fn(PopupEvent)>)

Implementors§