Struct bitflags::__core::ops::RangeTo
[−]
[src]
pub struct RangeTo<Idx> {
pub end: Idx,
}1.0.0A range which is only bounded above.
Fields
end | The upper bound of the range (exclusive). |