Trait async_winit::Event
source · pub trait Event {
type Clonable: Clone + 'static;
type Unique<'a>: 'a;
// Required method
fn downgrade(unique: &mut Self::Unique<'_>) -> Self::Clonable;
}
Expand description
The type of event that can be sent over a Handler
.