Struct rusticata_macros::debug::HexSlice [] [src]

pub struct HexSlice<'a> {
    pub d: &'a [u8],
}

Wrapper for printing slice as hex data

Fields

Encapsulated data

Trait Implementations

impl<'a> Debug for HexSlice<'a>
[src]

Formats the value using the given formatter.