Type Alias CharacterPowerFn

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

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