Type alias MoveStructGenericTypeParam

MoveStructGenericTypeParam: {
    constraints: MoveAbility[];
}

Move generic type param

Type declaration

  • constraints: MoveAbility[]

    Move abilities tied to the generic type param and associated with the type that uses it

Generated using TypeDoc