[][src]Type Definition weasel::ability::Activation

type Activation<R> = <<R as BattleRules>::AR as ActorRules<R>>::Activation;

Type to customize in which way an ability is activated.

For example, this's useful in case you have abilities which can be activated with a different degree of intensity.