pub fn show_expression_statement<F>(
    f: &mut F,
    est: &ExprStatement,
    state: &mut FormattingState<'_>
) -> Result
where F: Write + ?Sized,
Expand description

Transpile an expression_statement to GLSL