pub trait Plot2dConst: AlgorithmTraitConst {
    fn as_raw_Plot2d(&self) -> *const c_void;
}

Required Methods

Implementors