pub trait AppendHexEncode: FromHexEncode {
    fn append_hex_encode(src: &[u8], dst: &mut Self, case: AsciiCase);
}
Expand description

Types that can append a hex string.

Required Methods§

Encodes bytes to a hex string and appends to the self type.

Implementations on Foreign Types§

Implementors§