CheatSpan
enum CheatSpan {
Indefinite: (),
TargetCalls: NonZero<usize>
}
CheatSpan is an enum used to specify for how long the target should be cheated for.
Indefiniteapplies the cheatcode indefinitely, until the cheat is canceled manually (e.g. usingstop_cheat_block_timestamp).TargetCallsapplies the cheatcode for a specified number of calls to the target, after which the cheat is canceled (or until the cheat is canceled manually).