Struct pretty_hex::Hex [] [src]

pub struct Hex<'a, T: 'a>(_);

Reference wrapper for use in arguments formatting.

Trait Implementations

impl<'a, T: 'a + AsRef<[u8]>> Display for Hex<'a, T>
[src]

[src]

Formats the value by simple_hex_write using the given formatter.

impl<'a, T: 'a + AsRef<[u8]>> Debug for Hex<'a, T>
[src]

[src]

Formats the value by pretty_hex_write using the given formatter.

Auto Trait Implementations

impl<'a, T> Send for Hex<'a, T> where
    T: Sync

impl<'a, T> Sync for Hex<'a, T> where
    T: Sync