Searched defs:PartialAxis (Results 1 – 1 of 1) sorted by relevance
10 pub struct PartialAxis<R: Ranged>(R, Range<R::ValueType>); struct28 impl<R: Ranged> Ranged for PartialAxis<R> implementation55 impl<R: DiscreteRanged> DiscreteRanged for PartialAxis<R> implementation