Type Alias ReadVec
Source pub type ReadVec = ReadBuf<Box<[MaybeUninit<u8>]>>;
Expand description
pub struct ReadVec { }
Source§Create a ReadBuf from an uninitialised boxed-slice of bytes.
Will begin with 0 filled bytes.
Converts to this type from the input type.
Source§Create a ReadBuf from a partially initialised vec of bytes.
Will begin with 0 filled bytes.
Converts to this type from the input type.