pub trait ReadIoBuffer: Buf {
// Required method
fn capacity(&self) -> usize;
}
Expand description
An I/O buffer that can be read from.
pub trait ReadIoBuffer: Buf {
// Required method
fn capacity(&self) -> usize;
}
An I/O buffer that can be read from.