Struct resol_vbus::LiveDataReader [] [src]

pub struct LiveDataReader<R: Read> { /* fields omitted */ }

Allows reading Data variants from a Read trait object.

Methods

impl<R: Read> LiveDataReader<R>
[src]

Constructs a LiveDataReader.

Read from the stream until a valid blob of data is found.

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

Trait Implementations

impl<R: Debug + Read> Debug for LiveDataReader<R>
[src]

Formats the value using the given formatter.