Struct rustdt_util2::string::StdoutWrite
[−]
[src]
pub struct StdoutWrite(pub Stdout);
Trait Implementations
impl Write for StdoutWrite[src]
fn write_str(&mut self, s: &str) -> Result
Writes a slice of bytes into this writer, returning whether the write succeeded. Read more
fn write_char(&mut self, c: char) -> Result<(), Error>1.1.0
Writes a char into this writer, returning whether the write succeeded. Read more
fn write_fmt(&mut self, args: Arguments) -> Result<(), Error>1.0.0
Glue for usage of the write! macro with implementors of this trait. Read more