Type Alias TypeParamTypeVarTuple

Source
pub type TypeParamTypeVarTuple = TypeParamTypeVarTuple<SourceRange>;

Aliased Type§

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

Fields§

§range: SourceRange§name: Identifier

Trait Implementations§