Trait vizia::context::EventProxy

source ·
pub trait EventProxy: Send {
    // Required methods
    fn send(&self, event: Event) -> Result<(), ()>;
    fn make_clone(&self) -> Box<dyn EventProxy>;
}

Required Methods§

source

fn send(&self, event: Event) -> Result<(), ()>

source

fn make_clone(&self) -> Box<dyn EventProxy>

Implementations on Foreign Types§

source§

impl EventProxy for WinitEventProxy

source§

fn send(&self, event: Event) -> Result<(), ()>

source§

fn make_clone(&self) -> Box<dyn EventProxy>

Implementors§