Type Alias 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.
Aliased Type§
struct ByteSlice(/* private fields */);