Trait rust_helpers::HexEncodeExt
source · pub trait HexEncodeExt {
// Required method
fn hex_lower(&self) -> String;
// Provided method
fn hex_upper(&self) -> String { ... }
}pub trait HexEncodeExt {
// Required method
fn hex_lower(&self) -> String;
// Provided method
fn hex_upper(&self) -> String { ... }
}