Trait maplibre::event_loop::EventLoopProxy

source ·
pub trait EventLoopProxy<T: 'static> {
    // Required method
    fn send_event(&self, event: T) -> Result<(), SendEventError>;
}

Required Methods§

source

fn send_event(&self, event: T) -> Result<(), SendEventError>

Implementors§