InstructionFn

Type Alias InstructionFn 

Source
pub type InstructionFn = Arc<dyn Fn(&State) -> Option<String> + Send + Sync>;
Expand description

Sync state-reactive instruction generator (None = leave unchanged).

Aliased Typeยง

pub struct InstructionFn { /* private fields */ }