Type Alias texlang::command::ExpansionFn

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

The Rust type of expansion primitive functions.