1 2 3 4 5 6 7
use crate::MbufDataChunk; impl AsRef<[u8]> for MbufDataChunk<'_> { fn as_ref(&self) -> &[u8] { self.inner } }