Type Alias rustpython_ast::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.