Trait maplibre::event_loop::EventLoopProxy
source · [−]pub trait EventLoopProxy<T: 'static> {
fn send_event(&self, event: T) -> Result<(), SendEventError>;
}Required Methods
source
pub trait EventLoopProxy<T: 'static> {
fn send_event(&self, event: T) -> Result<(), SendEventError>;
}