Type Alias PartyPowerAdjustFn

Source
pub type PartyPowerAdjustFn = fn(&PartyPowerAdjustCtx<'_>) -> Result<i64>;
Expand description

Signature of a party_power_adjust native fn. Free fn (no captured state) so it is Copy and trivially stored in the registry; runtime context arrives via PartyPowerAdjustCtx.