[][src]Type Definition weasel::error::WeaselErrorType

type WeaselErrorType<R> = WeaselError<Version<R>, TeamId<R>, EntityId<R>, CreatureId<R>, Position<R>, AbilityId<R>, MetricIdType<R>, Box<dyn Event<R>>>;

WeaselError alias parameterized on the BattleRules R.