Struct input_buffer::DoRead[][src]

pub struct DoRead<'t> { /* fields omitted */ }

The reference to the buffer used for reading.

Methods

impl<'t> DoRead<'t>
[src]

Enforce the size limit.

Read next portion of data from the given input stream.

Trait Implementations

impl<'t> Debug for DoRead<'t>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'t> Send for DoRead<'t>

impl<'t> Sync for DoRead<'t>