Function format_scatter_statement

Source
pub fn format_scatter_statement(
    element: &FormatElement,
    stream: &mut TokenStream<PreToken>,
)
Expand description

Formats a ScatterStatement.

ยงPanics

This will panic if the element does not have the expected children.