pub trait MoveType { type TypeTag: MoveTypeTag; }
Marker for a Move type with its associated type tag.