Skip to main content

function_call

Function function_call 

Source
fn function_call(
    ast_func: &Fn,
    param_list: &ParamList,
    self_name: Option<&str>,
    is_unsafe: bool,
) -> Option<String>
Expand description

Helper function to build a function call. None if expected self_name was not provided