Enum std::io::WriterType

pub enum WriterType {
    Screen,
    File,
}

Trait Implementations

impl Eq for WriterType

fn eq(&self, __arg_0: &WriterType) -> bool

fn ne(&self, __arg_0: &WriterType) -> bool