Trait etwin_log::SinkOnce[][src]

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

Required methods

Implementations on Foreign Types

Implementors