Trait gnuplot::DataType[][src]

pub trait DataType: Clone {
    fn get(&self) -> f64;
}

Required methods

Implementations on Foreign Types

Implementors