[][src]Trait plotters::prelude::IntoCentric

pub trait IntoCentric: AsRangedCoord where
    Self::CoordDescType: DiscreteRanged,
    <Self::CoordDescType as Ranged>::ValueType: Eq
{ fn into_centric(self) -> CentricDiscreteRange<Self::CoordDescType> { ... } }

The trait for types that can decorated by CentricDiscreteRange decorator

Provided methods

fn into_centric(self) -> CentricDiscreteRange<Self::CoordDescType>

Convert current ranged value into a centric ranged value

Loading content...

Implementors

impl<T: AsRangedCoord> IntoCentric for T where
    T::CoordDescType: DiscreteRanged,
    <Self::CoordDescType as Ranged>::ValueType: Eq
[src]

Loading content...