Type Alias rustpython_ast::located::TypeParamTypeVar

source ·
pub type TypeParamTypeVar = TypeParamTypeVar<SourceRange>;

Aliased Type§

struct TypeParamTypeVar {
    pub range: SourceRange,
    pub name: Identifier,
    pub bound: Option<Box<Expr<SourceRange>>>,
}

Fields§

§range: SourceRange§name: Identifier§bound: Option<Box<Expr<SourceRange>>>

Trait Implementations§