unsafe fn assume_init_bytes(slice: &[MaybeUninit<u8>]) -> &[u8] ⓘAvailable on crate features
wire and async only.Expand description
SAFETY: The bytes have to actually be initialized.
unsafe fn assume_init_bytes(slice: &[MaybeUninit<u8>]) -> &[u8] ⓘwire and async only.SAFETY: The bytes have to actually be initialized.