Trait gnuplot::DataType [] [src]

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

Required Methods

fn get(&self) -> f64

Implementors