pub trait DebugBytes: Debug {
    unsafe fn fmt_bytes(
        _self_: &[MaybeUninit<u8>],
        f: &mut Formatter<'_>
    ) -> Result<(), Error>; }

Required Methods

Implementors