vizia::context

Trait 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§