plotters::coord::combinators

Trait BuildNestedCoord

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

Provided Methods§

Source

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

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§