pub type TypeParamScope<'a> = HashSet<&'a str>;Expand description
Set of in-scope generic type parameter names.
Names in this set resolve to TypeRef::Any instead of TypeRef::Named.
Aliased Typeยง
pub struct TypeParamScope<'a> { /* private fields */ }