pub trait Plot2dTraitConst: AlgorithmTraitConst {
    // Required method
    fn as_raw_Plot2d(&self) -> *const c_void;
}
Expand description

Constant methods for crate::plot::Plot2d

Required Methods§

Implementors§