Trait hex_slice::AsHex [] [src]

pub trait AsHex {
    type Item;
    fn as_hex<'a>(&'a self) -> Hex<'a, Self::Item>;
fn plain_hex<'a>(&'a self, with_spaces: bool) -> PlainHex<'a, Self::Item>; }

Associated Types

Required Methods

Implementors