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