Trait maplibre::event_loop::EventLoopConfig
source · pub trait EventLoopConfig {
type EventType: 'static;
type EventLoopProxy: EventLoopProxy<Self::EventType>;
// Required method
fn create_proxy() -> Self::EventLoopProxy;
}
Required Associated Types§
type EventType: 'static
type EventLoopProxy: EventLoopProxy<Self::EventType>
Required Methods§
fn create_proxy() -> Self::EventLoopProxy
Object Safety§
This trait is not object safe.