Searched refs:Bound (Results 1 – 3 of 3) sorted by relevance
71 use std::ops::{Bound, RangeBounds};79 min_version: Bound<String>,80 max_version: Bound<String>,283 min_version: Bound::Unbounded, in new()284 max_version: Bound::Unbounded, in new()304 self.min_version = Bound::Included(vers.to_string()); in atleast_version()305 self.max_version = Bound::Unbounded; in atleast_version()311 self.min_version = Bound::Included(vers.to_string()); in exactly_version()312 self.max_version = Bound::Included(vers.to_string()); in exactly_version()322 Bound::Included(vers) => Bound::Included(vers.to_string()), in range_version()[all …]
134 case State::Bound: in run()200 case State::Bound: in stateToStr()262 setNextState(State::Bound); in waitAndReceive()
49 Bound, enumerator