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