vizia::context

Trait EventProxy

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

Required Methods§

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

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§