Objects that wrap a byte-stream for writing and contain a buffer.
trait BufWrite : Write {
/* Required methods */
fn read_to_eof<R>(&mut self, r: R) -> Result<usize, Errno>
where R: Read,
}| Receiver | Name | Description |
|---|---|---|
&mut self | read_to_eof | Reads bytes from a |