[][src]Trait uniui_core::Slot

pub trait Slot<T> {
    fn connector(&self) -> Sender<T>;
fn exec_for(&self, t: T);
fn proxy(&self) -> SlotProxy<T>; }

Required methods

fn connector(&self) -> Sender<T>

fn exec_for(&self, t: T)

fn proxy(&self) -> SlotProxy<T>

Loading content...

Implementors

impl<T> Slot<T> for SlotImpl<T>[src]

impl<T> Slot<T> for SlotProxy<T>[src]

Loading content...