[][src]Type Definition heed_types::ByteSlice

type ByteSlice = UnalignedSlice<u8>;

Describes a slice of bytes [u8] that is totally borrowed and doesn't depends on any memory alignment.