[][src]Trait uniui_base::prelude::SilentSender

pub trait SilentSender<T> {
    pub fn send_silent(&self, t: T);
}

Required methods

pub fn send_silent(&self, t: T)[src]

Loading content...

Implementations on Foreign Types

impl<T> SilentSender<T> for Sender<T>[src]

Loading content...

Implementors

Loading content...