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