Trait hex_slice::AsHex
[−]
[src]
pub trait AsHex { type Item; fn as_hex<'a>(&'a self) -> Hex<'a, Self::Item>; }
pub trait AsHex { type Item; fn as_hex<'a>(&'a self) -> Hex<'a, Self::Item>; }
type Item