Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/quickcheck/examples/
Dbtree_set_range.rs7 type RangeAny<T> = (Bound<T>, Bound<T>); typedef
14 impl<T: PartialOrd> RangeBounds<T> for RangeAny<T> { implementation