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

Required Methods

Returns

Implementations on Foreign Types

Implementors