Trait maplibre::event_loop::EventLoopConfig
source · pub trait EventLoopConfig {
type EventType: 'static;
type EventLoopProxy: EventLoopProxy<Self::EventType>;
// Required method
fn create_proxy() -> Self::EventLoopProxy;
}