pub type ExecutionFn<S> = fn(token: Token, input: &mut ExecutionInput<S>) -> Result<()>;
The Rust type of execution primitive functions.