Trait DebugBytes
dync::traits
pub trait DebugBytes: Debug { unsafe fn fmt_bytes( _self_: &[MaybeUninit<u8>], f: &mut Formatter<'_> ) -> Result<(), Error>; }
unsafe fn fmt_bytes( _self_: &[MaybeUninit<u8>], f: &mut Formatter<'_>) -> Result<(), Error>
impl<T: Debug + 'static> DebugBytes for T
unsafe fn fmt_bytes( bytes: &[MaybeUninit<u8>], f: &mut Formatter<'_>) -> Result<(), Error>