Struct resol_vbus::LiveDataWriter[][src]

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

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

Implementations

Construct a new LiveDataWriter.

Gets a reference to the underlying writer.

Gets a mutable reference to the underlying writer.

Write the live representation of the Data variant.

Trait Implementations

Performs the conversion.

Performs the conversion.

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.