Function bitcoin_hashes::hex::format_hex [−][src]
pub fn format_hex(data: &[u8], f: &mut Formatter<'_>) -> Result
Output hex into an object implementing fmt::Write
, which is usually more
efficient than going through a String
using ToHex
.