[][src]Type Definition weasel::user::UserEventPackage

type UserEventPackage<R> = <<R as BattleRules>::UR as UserRules<R>>::UserEventPackage;

Type containing the data to serialize and deserialize all defined user events.
Use () if you didn't define any user event.