Function format_modulo_expr

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

Formats a ModuloExpr.

ยงPanics

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