Trait hex_slice::AsHex [] [src]

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

Associated Types

Required Methods

Implementations on Foreign Types

impl<T> AsHex for [T]
[src]

[src]

Implementors