Trait async_winit::Event

source ·
pub trait Event: EventSealed { }
Expand description

The type of event that can be sent over a Handler.

This type is sealed and cannot be implemented outside of this crate.

Implementors§

source§

impl Event for ScaleFactor

source§

impl<T: Clone + 'static> Event for T