Struct hex_fmt::HexFmt [−][src]
pub struct HexFmt<T>(pub T);
Wrapper for a byte array, whose Debug
, Display
and LowerHex
implementations output
shortened hexadecimal strings.
Trait Implementations
Auto Trait Implementations
impl<T> Send for HexFmt<T> where
T: Send,
T: Send,
impl<T> Sync for HexFmt<T> where
T: Sync,
T: Sync,
impl<T> Unpin for HexFmt<T> where
T: Unpin,
T: Unpin,