Struct hex_slice::Hex [] [src]

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

Methods

impl<'a, T> Hex<'a, T>
[src]

[src]

Trait Implementations

impl<'a, T: LowerHex> LowerHex for Hex<'a, T>
[src]

[src]

Formats the value using the given formatter.

impl<'a, T: UpperHex> UpperHex for Hex<'a, T>
[src]

[src]

Formats the value using the given formatter.