Struct jlink_rtt::Output[][src]

pub struct Output {}

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

Methods

impl Output
[src]

Create a blocking output stream

Trait Implementations

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

impl Send for Output

impl Sync for Output