Trait etwin_log::Sink[][src]

pub trait Sink<T> {
    fn send(&self, item: T);
}

Required methods

Implementations on Foreign Types

Implementors