Struct opentimestamps::hex::Hexed [] [src]

pub struct Hexed<'a>(pub &'a [u8]);

Wrapper around a byteslice that allows formatting as hex

Trait Implementations

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

Formats the value using the given formatter.

impl<'a> Display for Hexed<'a>
[src]

Formats the value using the given formatter. Read more

impl<'a> LowerHex for Hexed<'a>
[src]

Formats the value using the given formatter.