pub trait IntoRangeOrFull<T> {
    fn into_range(self) -> Option<Range<T>>;
}
Expand description

Range or ..

Required methods

Returns

Implementations on Foreign Types

Implementors