Trait hex_slice::AsHex [] [src]

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

Associated Types

type Item

Required Methods

fn as_hex<'a>(&'a self) -> Hex<'a, Self::Item>

Implementors