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.