pub type TypeParamTypeVar = TypeParamTypeVar<SourceRange>;Aliased Type§
pub struct TypeParamTypeVar {
pub range: SourceRange,
pub name: Identifier,
pub bound: Option<Box<Expr<SourceRange>>>,
}Fields§
§range: SourceRange§name: Identifier§bound: Option<Box<Expr<SourceRange>>>