Trait galileo::Messenger

source ·
pub trait Messenger: Send + Sync {
    // Required method
    fn request_redraw(&self);
}
Expand description

Messenger used to notifiy application when the map requires update.

Required Methods§

source

fn request_redraw(&self)

Notifies the application that the map requires an update.

Implementors§