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

Aliased Type§

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