pub type StructTypeParameter = (bool, TypeVar, BTreeSet<Ability>);
Expand description

A struct type parameter with its constraints and whether it’s declared as phantom.