Struct resol_vbus::LiveDataWriter [] [src]

pub struct LiveDataWriter<W: Write> { /* fields omitted */ }

Allows writing the live represenation of Data variants to a Write trait object.

Methods

impl<W: Write> LiveDataWriter<W>
[src]

Construct a new LiveDataWriter.

Write the live representation of the Data variant.

Trait Implementations

impl<W: Debug + Write> Debug for LiveDataWriter<W>
[src]

Formats the value using the given formatter.