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