[][src]Trait plotters::coord::DescreteRanged

pub trait DescreteRanged where
    Self: Ranged,
    Self::ValueType: Eq
{ fn next_value(this: &Self::ValueType) -> Self::ValueType; }

The trait indicates the coordinate is descrete, so that we can draw histogram on it

Required methods

fn next_value(this: &Self::ValueType) -> Self::ValueType

Get the smallest value that is larger than the this value

Loading content...

Implementors

impl DescreteRanged for RangedCoordi32[src]

impl DescreteRanged for RangedCoordi64[src]

impl DescreteRanged for RangedCoordu32[src]

impl DescreteRanged for RangedCoordu64[src]

Loading content...