Trait packet::ContiguousBufferMut
source · pub trait ContiguousBufferMut: ContiguousBuffer + AsMut<[u8]> { }
Expand description
A mutable buffer that is contiguous in memory.
If the implementing type is a buffer which exposes a prefix and a suffix,
the AsMut
implementation provides access only to the body.