INNER CODE UNIT · Rust
default
bheisler/criterion.rs · plot/src/lib.rs:681
fn default() -> Self {
Self::new()
}
}
/// Box width for box-related plots: bars, candlesticks, etc
#[derive(Clone, Copy)]
pub struct BoxWidth(pub f64);
/// A font name
pub struct Font(Cow<'static, str>);
/// The size of a font
#[derive(Clone, Copy)]
pub struct FontSize(pub f64);
/// The key or legend
#[derive(Clone, Copy)]