Trait vizia_core::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>

Implementors§