Type Alias rustpython_ast::located::TypeParam

source ·
pub type TypeParam = TypeParam<SourceRange>;

Aliased Type§

enum TypeParam {
    TypeVar(TypeParamTypeVar<SourceRange>),
    ParamSpec(TypeParamParamSpec<SourceRange>),
    TypeVarTuple(TypeParamTypeVarTuple<SourceRange>),
}

Variants§

Trait Implementations§