to_range

Function to_range 

Source
pub fn to_range<R>(bounds: R) -> Range<u64> 
where R: RangeBounds<u64>,
Expand description

Converts a RangeBounds into a concrete Range