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

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

Provided methods

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

Loading content...

Implementors

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

Loading content...