Trait criterion_plot::traits::Data[][src]

pub trait Data {
    fn f64(self) -> f64;
}
Expand description

Types that can be plotted

Required methods

Convert the type into a double precision float

Implementations on Foreign Types

Implementors