AsPlotnum

Trait AsPlotnum 

Source
pub trait AsPlotnum {
    type Target: PlotNum;

    // Required method
    fn as_plotnum(&self) -> &Self::Target;
}

Required Associated Types§

Required Methods§

Source

fn as_plotnum(&self) -> &Self::Target

Implementations on Foreign Types§

Source§

impl AsPlotnum for &f64

Source§

type Target = f64

Source§

fn as_plotnum(&self) -> &Self::Target

Source§

impl AsPlotnum for &i128

Source§

type Target = i128

Source§

fn as_plotnum(&self) -> &Self::Target

Source§

impl AsPlotnum for &mut f64

Source§

type Target = f64

Source§

fn as_plotnum(&self) -> &Self::Target

Source§

impl AsPlotnum for &mut i128

Source§

type Target = i128

Source§

fn as_plotnum(&self) -> &Self::Target

Implementors§