Type Alias OptionalRange

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

Aliased Type§

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

Trait Implementations§

Source§

impl<R> From<R> for OptionalRange<R>

Source§

fn from(_: R) -> Self

Converts to this type from the input type.