Function format_less_expr

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

Formats a LessExpr.

ยงPanics

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