anvil::eth::util

Function hex_fmt_many

Source
pub fn hex_fmt_many<I, T>(i: I) -> String
where I: IntoIterator<Item = T>, T: AsRef<[u8]>,