Skip to main content

render_function_literal

Function render_function_literal 

Source
pub fn render_function_literal(
    params: &[Parameter],
    return_type: Option<&str>,
    body: &BlockStatement,
    is_async: bool,
) -> String