Skip to main content

format_multiplication_expr

Function format_multiplication_expr 

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

Formats a MultiplicationExpr.

ยงPanics

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