Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/fend-core-1.4.6/src/
H A Dnum.rs24 pub(crate) enum RangeBound<T> { enum
30 impl<T: fmt::Display + fmt::Debug + 'static> RangeBound<T> { impl