Struct hex_slice::PlainHex [] [src]

pub struct PlainHex<'a, T: 'a> { /* fields omitted */ }

Trait Implementations

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

[src]

Formats the value using the given formatter.

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

[src]

Formats the value using the given formatter.