Function format_exponentiation_expr

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

Formats an ExponentiationExpr.

ยงPanics

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