pub fn export_html_no_file_input(
file_name_input: impl AsRef<Path> + Display,
traces: Vec<(String, Vec<u128>)>,
) -> Result<usize>Expand description
Exports a set of traces to a HTML file
ยงErrors
Can have errors if we fail to create a file or write to it