[][src]Trait nonblock_logger::Consumer

pub trait Consumer: Send + Sync + 'static {
    pub fn boxed(self) -> Result<Box<dyn Consumer>, Error>;
pub fn consume(&mut self, channel: Receiver); }

Required methods

pub fn boxed(self) -> Result<Box<dyn Consumer>, Error>[src]

pub fn consume(&mut self, channel: Receiver)[src]

Loading content...

Implementors

impl Consumer for BaseConsumer[src]

Loading content...