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