FunctionHandler

Type Alias FunctionHandler 

Source
pub type FunctionHandler = for<'name, 'parser, 'token> fn(_: FunctionContext<'name, 'parser, 'token>, args: Vec<ParseNode>, opt_args: Vec<Option<ParseNode>>) -> Result<ParseNode, ParseError>;
Expand description

Type alias for LaTeX function handlers that process mathematical expressions.