[][src]Trait plotters_unstable::prelude::IntoSegmentedCoord

pub trait IntoSegmentedCoord: AsRangedCoord where
    Self::CoordDescType: DiscreteRanged
{ fn into_segmented(self) -> SegmentedCoord<Self::CoordDescType> { ... } }

The trait for types that can decorated by SegmentedCoord decorator.

Provided methods

fn into_segmented(self) -> SegmentedCoord<Self::CoordDescType>

Convert current ranged value into a segmented coordinate

Loading content...

Implementors

impl<R: AsRangedCoord> IntoSegmentedCoord for R where
    R::CoordDescType: DiscreteRanged
[src]

Loading content...