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
pub trait Sink {
fn sink<B: Buf>(&mut self, buf: &mut B);
}A value that copies bytes from a Buf into itself