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