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

Transpile a compound_statement to GLSL