Enum syn::RangeLimits
source · Expand description
Limit types of a range, inclusive or exclusive.
Variants§
HalfOpen(DotDot)
Inclusive at the beginning, exclusive at the end.
Closed(DotDotEq)
Inclusive at the beginning and end.
Limit types of a range, inclusive or exclusive.
Inclusive at the beginning, exclusive at the end.
Inclusive at the beginning and end.