Enum syn::RangeLimits [−][src]
Limit types of a range, inclusive or exclusive.
This type is available if Syn is built with the "full"
feature.
Variants
HalfOpen(Dot2)
Inclusive at the beginning, exclusive at the end.
Closed(DotDotEq)
Inclusive at the beginning and end.
Trait Implementations
Auto Trait Implementations
impl !Send for RangeLimits
impl !Send for RangeLimits
impl !Sync for RangeLimits
impl !Sync for RangeLimits