pub type TypeParamParamSpec = TypeParamParamSpec<SourceRange>;

Aliased Type§

struct TypeParamParamSpec {
    pub range: SourceRange,
    pub name: Identifier,
}

Fields§

§range: SourceRange§name: Identifier

Trait Implementations§