Trait Plottable

Source
pub trait Plottable {
    // Required method
    fn to_plot_type(self) -> f64;
}

Required Methods§

Implementors§

Source§

impl<T> Plottable for T
where T: ToPrimitive,