Function format_conditional_statement

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

Formats a ConditionalStatement.

ยงPanics

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