[][src]Trait plotters::coord::AsRangedCoord

pub trait AsRangedCoord: Sized {
type CoordDescType: Ranged + From<Self>;
type Value;
}

Associated Types

type CoordDescType: Ranged + From<Self>

type Value

Loading content...

Implementations on Foreign Types

impl<Z: TimeZone> AsRangedCoord for Range<Date<Z>>[src]

type CoordDescType = RangedDate<Z>

type Value = Date<Z>

impl AsRangedCoord for Range<f32>[src]

impl AsRangedCoord for Range<f64>[src]

impl AsRangedCoord for Range<i32>[src]

impl AsRangedCoord for Range<i64>[src]

impl AsRangedCoord for Range<u32>[src]

impl AsRangedCoord for Range<u64>[src]

Loading content...

Implementors

impl<T> AsRangedCoord for T where
    T: Ranged,
    Range<T::ValueType>: Into<T>, 
[src]

type CoordDescType = T

type Value = T::ValueType

Loading content...