format_function

Function format_function 

Source
pub fn format_function<'cx>(
    cx: &'cx Context,
    cfg: Config,
    function: &'cx Function<'cx>,
) -> FunctionDisplay<'cx>
Expand description

Formats a function, using the given configuration.

ยงFormat

function <#name>(<#arguments, ...>) {
  <#body>
}