pub trait ToHexString {
// Required method
fn to_hex_string(&self) -> String;
}Expand description
Trait to add hex encoding functionality to byte arrays and vectors
pub trait ToHexString {
// Required method
fn to_hex_string(&self) -> String;
}Trait to add hex encoding functionality to byte arrays and vectors