Trait ToHex
bitcoin_hashes::hex
pub trait ToHex { fn to_hex(&self) -> String; }
Trait for objects that can be serialized as hex strings
fn to_hex(&self) -> String
Hex representation of the object
impl ToHex for [u8]
impl<T: LowerHex> ToHex for T
Outputs the hash in hexadecimal form