Enum Source
proc_reader
pub enum Source { Both, StdOut, StdErr, }
Both
StdOut
StdErr
impl PartialEq for Source
fn eq(&self, __arg_0: &Source) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
self
other
==
fn ne(&self, other: &Rhs) -> bool
This method tests for !=.
!=
impl Send for Source
impl Sync for Source