[][src]Trait indexing::container_traits::OnePointRange

pub unsafe trait OnePointRange<I>: IndexRange<I> { }

A range with at most one point, being a.., .., or ..b.

Implementations on Foreign Types

impl<I: Copy> OnePointRange<I> for RangeFrom<I>[src]

impl<I: Copy> OnePointRange<I> for RangeTo<I>[src]

impl<I: Copy> OnePointRange<I> for RangeFull[src]

Loading content...

Implementors

Loading content...