Trait plotters::prelude::BuildNestedCoord[][src]

pub trait BuildNestedCoord: AsRangedCoord where
    Self::CoordDescType: DiscreteRanged
{ fn nested_coord<S: AsRangedCoord>(
        self,
        builder: impl Fn(<Self::CoordDescType as Ranged>::ValueType) -> S
    ) -> NestedRange<Self::CoordDescType, S::CoordDescType> { ... } }

Provided methods

fn nested_coord<S: AsRangedCoord>(
    self,
    builder: impl Fn(<Self::CoordDescType as Ranged>::ValueType) -> S
) -> NestedRange<Self::CoordDescType, S::CoordDescType>
[src]

Implementors