Struct jlink_rtt::NonBlockingOutput[][src]

pub struct NonBlockingOutput { /* fields omitted */ }

A non-blocking output stream allowing data to be logged from the target to the host. Implements fmt::Write.

Methods

impl NonBlockingOutput
[src]

Create a non-blocking output stream

Trait Implementations

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

Auto Trait Implementations