Home
last modified time | relevance | path

Searched refs:WithKeyPointMethod (Results 1 – 2 of 2) 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
157 ) -> WithKeyPointMethod<Self::CoordDescType> { in with_key_point_func()
158 WithKeyPointMethod { in with_key_point_func()
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
Dmod.rs2 pub use ckps::{BindKeyPointMethod, BindKeyPoints, WithKeyPointMethod, WithKeyPoints};