format_bytecode_to

Function format_bytecode_to 

Source
pub fn format_bytecode_to<W: Write + ?Sized>(
    bytecode: &[u8],
    w: &mut W,
) -> Result
Expand description

Formats an EVM bytecode to the given writer.