zerocopy::sealed

Trait ByteSliceSealed

Source
pub trait ByteSliceSealed { }

Implementations on Foreign Types§

Source§

impl<'a> ByteSliceSealed for &'a [u8]

Source§

impl<'a> ByteSliceSealed for &'a mut [u8]

Source§

impl<'a> ByteSliceSealed for Ref<'a, [u8]>

Source§

impl<'a> ByteSliceSealed for RefMut<'a, [u8]>

Implementors§