Trait ToHex
netkeeper::common::hex
pub trait ToHex { fn to_hex(&self) -> String; }
fn to_hex(&self) -> String
impl ToHex for [u8]