pub trait GetIsScheduledFnMut: FnMut(&Instruction) -> Option<bool> { }
Expand description
Trait signature for a function or closure that returns an optional override for whether an instruction should be scheduled.
pub trait GetIsScheduledFnMut: FnMut(&Instruction) -> Option<bool> { }
Trait signature for a function or closure that returns an optional override for whether an instruction should be scheduled.