Type Alias rustpython_ast::OptionalRange

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

Trait Implementations§

source§

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

source§

fn from(_: R) -> Self

Converts to this type from the input type.