quil_rs::instruction

Trait GetIsScheduledFnMut

Source
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.

Implementors§