OptionalRange

Type Alias OptionalRange 

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

Aliased Type§

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

Trait Implementations§

Source§

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

Available on non-crate feature all-nodes-with-ranges only.
Source§

fn from(_: R) -> Self

Converts to this type from the input type.