pub trait ReadExtZeroCopy<'zc> {
// Required method
fn borrow_exact(&mut self, len: usize) -> Result<&'zc [u8]>;
}Expand description
An external realization of borrowing using Cursor.
pub trait ReadExtZeroCopy<'zc> {
// Required method
fn borrow_exact(&mut self, len: usize) -> Result<&'zc [u8]>;
}An external realization of borrowing using Cursor.