Struct hex_slice::Hex [] [src]

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

Methods

impl<'a, T> Hex<'a, T>

fn hex(slice: &'a [T]) -> Hex<'a, T>

Trait Implementations

impl<'a, T: LowerHex> LowerHex for Hex<'a, T>

fn fmt(&self, f: &mut Formatter) -> Result

impl<'a, T: UpperHex> UpperHex for Hex<'a, T>

fn fmt(&self, f: &mut Formatter) -> Result