Trait maplibre::event_loop::EventLoopConfig
source · [−]pub trait EventLoopConfig {
type EventType: 'static;
type EventLoopProxy: EventLoopProxy<Self::EventType>;
fn create_proxy() -> Self::EventLoopProxy;
}Required Associated Types
source
type EventLoopProxy: EventLoopProxy<Self::EventType>
Required Methods
source