Trait extfmt::AsHexdump [] [src]

pub trait AsHexdump {
    fn as_hexdump(&self) -> Hexdump;
}

A utility trait used to create Hexdump objects.

Required Methods

Implementations on Foreign Types

impl AsHexdump for [u8]
[src]

[src]

Implementors