Trait tendril::ReadExt [] [src]

pub trait ReadExt: Read {
    fn read_to_tendril<A>(
        &mut self,
        buf: &mut Tendril<Bytes, A>
    ) -> Result<usize>
    where
        A: Atomicity
; }

Extension trait for io::Read.

Required Methods

Implementors