Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/coord/ranged1d/combinators/
Dckps.rs129 pub struct WithKeyPointMethod<R: Ranged> { struct
135 /// Bind an existing coordinate spec with a given key points algorithm. See [WithKeyPointMethod](st… argument
168 impl<R: Ranged> WithKeyPointMethod<R> { implementation
179 impl<R: Ranged> Ranged for WithKeyPointMethod<R> { implementation
204 impl<R: DiscreteRanged> DiscreteRanged for WithKeyPointMethod<R> { implementation