[][src]Trait nonblock_logger::Outputer

pub trait Outputer: Write + Send + Sync + 'static {
    pub fn boxed(self) -> Result<Box<dyn Outputer>, Error>;
pub fn desc(&self) -> &str; }

Required methods

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

pub fn desc(&self) -> &str[src]

Loading content...

Implementations on Foreign Types

impl Outputer for Stdout[src]

impl Outputer for Stderr[src]

impl Outputer for File[src]

impl<W> Outputer for BufWriter<W> where
    W: Write + Send + Sync + 'static, 
[src]

Loading content...

Implementors

Loading content...