Struct cortex_m_semihosting::hio::HStderr [] [src]

pub struct HStderr { /* fields omitted */ }

Host's standard error

Methods

impl HStderr
[src]

Attempts to write an entire buffer into this sink

Trait Implementations

impl Write for HStderr
[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