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.
pub fn format_scatter_statement(
element: &FormatElement,
stream: &mut TokenStream<PreToken>,
)
Formats a ScatterStatement
.
This will panic if the element does not have the expected children.