Home
last modified time | relevance | path

Searched defs:Html (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/criterion/src/html/
Dmod.rs271 pub struct Html { struct
275 impl Html { argument
276 pub(crate) fn new(plotter: Box<dyn Plotter>) -> Html { in new()
295 impl Report for Html { implementation
570 impl Html { implementation