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