Searched defs:ByteSlice (Results 1 – 4 of 4) sorted by relevance
25 message ByteSlice { message
78 impl ByteSlice for [u8] { impl90 impl<const N: usize> ByteSlice for [u8; N] { impl113 pub trait ByteSlice: private::Sealed { interface
5141 pub unsafe trait ByteSlice: Deref<Target = [u8]> + Sized + sealed::ByteSliceSealed { trait5198 unsafe impl<'a> ByteSlice for &'a [u8] { impl5212 unsafe impl<'a> ByteSlice for &'a mut [u8] { impl