Type Alias rustpython_ast::located::PatternMatchSingleton

source ·
pub type PatternMatchSingleton = PatternMatchSingleton<SourceRange>;

Aliased Type§

struct PatternMatchSingleton {
    pub range: SourceRange,
    pub value: Constant,
}

Fields§

§range: SourceRange§value: Constant

Trait Implementations§