Type Definition move_ir_types::ast::StructTypeParameter
source · pub type StructTypeParameter = (bool, TypeVar, BTreeSet<Ability>);
Expand description
A struct type parameter with its constraints and whether it’s declared as phantom.