Struct steed::io::Stderr1.0.0 [] [src]

pub struct Stderr { /* fields omitted */ }

Trait Implementations

impl Write for Stderr
[src]

impl Write for Stderr
[src]

Writes a slice of bytes into this writer, returning whether the write succeeded. Read more

Writes a char into this writer, returning whether the write succeeded. Read more

Glue for usage of the write! macro with implementors of this trait. Read more