Skip to main content

parse_raw_func_call

Function parse_raw_func_call 

Source
pub fn parse_raw_func_call<'source>(
    source: &'source str,
) -> Result<UntypedFuncCall<'source>, ParserError>
Expand description

Parses a function name followed by a WAVE-encoded, parenthesized, comma-separated sequence of values into an UntypedFuncCall.