Type Alias rustpython_ast::located::TypeParamParamSpec
source · pub type TypeParamParamSpec = TypeParamParamSpec<SourceRange>;
Aliased Type§
struct TypeParamParamSpec {
pub range: SourceRange,
pub name: Identifier,
}
Fields§
§range: SourceRange
§name: Identifier