DynamicRangeIndexType

Trait DynamicRangeIndexType 

Source
pub trait DynamicRangeIndexType { }
Expand description

A marker trait to identify types whose range indices give a dynamically sized type even if the range index is given as a StaticRange.

Implementations on Foreign Types§

Source§

impl<T> DynamicRangeIndexType for Range<T>

Source§

impl<T> DynamicRangeIndexType for RangeInclusive<T>

Source§

impl<T> DynamicRangeIndexType for RangeTo<T>

Source§

impl<T> DynamicRangeIndexType for RangeToInclusive<T>

Implementors§