Type Alias texlang::command::ExecutionFn

source ·
pub type ExecutionFn<S> = fn(token: Token, input: &mut ExecutionInput<S>) -> Result<()>;
Expand description

The Rust type of execution primitive functions.