pub type InstructionFn = Arc<dyn Fn(&State) -> Option<String> + Send + Sync>;
Sync state-reactive instruction generator (None = leave unchanged).
None
pub struct InstructionFn { /* private fields */ }