pub type ReadSlice<'a> = ReadBuf<&'a mut [MaybeUninit<u8>]>;Expand description
A ReadBuf that takes it’s buffer from an existing slice
Aliased Type§
pub struct ReadSlice<'a> { /* private fields */ }pub type ReadSlice<'a> = ReadBuf<&'a mut [MaybeUninit<u8>]>;A ReadBuf that takes it’s buffer from an existing slice
pub struct ReadSlice<'a> { /* private fields */ }