[][src]Trait packed_struct::debug_fmt::PackedStructDebug

pub trait PackedStructDebug {
    fn fmt_fields(&self, fmt: &mut Formatter<'_>) -> Result<(), FmtError>;
fn packed_struct_display_header() -> &'static str; }

Required methods

fn fmt_fields(&self, fmt: &mut Formatter<'_>) -> Result<(), FmtError>

fn packed_struct_display_header() -> &'static str

Loading content...

Implementors

Loading content...