Struct cortex_m_log::destination::dummy::Dummy [] [src]

pub struct Dummy;

Dummy destination

Trait Implementations

impl Write for Dummy
[src]

[src]

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

[src]

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

[src]

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

Auto Trait Implementations

impl Send for Dummy

impl Sync for Dummy