Function breez_sdk_core::bitcoin::util::key::secp256k1::hashes::hex::format_hex

pub fn format_hex(data: &[u8], f: &mut Formatter<'_>) -> Result<(), Error>
Expand description

Outputs hex into an object implementing fmt::Write.

This is usually more efficient than going through a String using ToHex.