Trait bytes::Sink [] [src]

pub trait Sink {
    fn sink<B: Buf>(&mut self, buf: &mut B);
}

A value that copies bytes from a Buf into itself

Required Methods

Copy bytes from buf into self

Implementors