Searched defs:DebugByte (Results 1 – 2 of 2) sorted by relevance
3 pub(crate) struct DebugByte(pub(crate) u8); struct5 impl core::fmt::Debug for DebugByte { implementation
19 pub struct DebugByte(pub u8); struct21 impl core::fmt::Debug for DebugByte { implementation