Struct resol_vbus::LiveDataRecordingReader [] [src]

pub struct LiveDataRecordingReader<T: Read> { /* fields omitted */ }

A RecordingReader for type 0x88 live data recordings.

Methods

impl<T: Read> LiveDataRecordingReader<T>
[src]

Construct a new LiveDataRecordingReader<T> instance.

Quickly read to EOF of the source and return the DataSet for all uniquely found Data variants.

Read from the stream until a valid Data variant can be decoded.

Trait Implementations

impl<T: Debug + Read> Debug for LiveDataRecordingReader<T>
[src]

Formats the value using the given formatter.