Trait tendril::ReadExt

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

Extension trait for io::Read.

Required Methods§

Implementors§