Skip to main content

FunctionHandler

Type Alias FunctionHandler 

Source
pub type FunctionHandler = fn(ctx: &mut FunctionContext<'_, '_>, args: Vec<ParseNode>, opt_args: Vec<Option<ParseNode>>) -> ParseResult<ParseNode>;
Expand description

Handler function signature.