Type Definition heed_types::ByteSlice
source · pub type ByteSlice = UnalignedSlice<u8>;Expand description
Describes a slice of bytes [u8] that is totally
borrowed and doesn’t depends on any memory alignment.
pub type ByteSlice = UnalignedSlice<u8>;Describes a slice of bytes [u8] that is totally
borrowed and doesn’t depends on any memory alignment.