Home
last modified time | relevance | path

Searched defs:WithKeyPointMethod (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/plotters/src/coord/ranged1d/combinators/
Dckps.rs128 pub struct WithKeyPointMethod<R: Ranged> { struct
138 …/// Bind a existing coordinate spec with a given key points algorithm. See [WithKeyPointMethod](st… argument
166 impl<R: Ranged> WithKeyPointMethod<R> { implementation
177 impl<R: Ranged> Ranged for WithKeyPointMethod<R> { implementation
202 impl<R: DiscreteRanged> DiscreteRanged for WithKeyPointMethod<R> { implementation