Type Alias OptionalRange

Source
pub type OptionalRange<R> = EmptyRange<R>;

Aliased Typeยง

struct OptionalRange<R> { /* private fields */ }