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

Transpile a switch_statement to GLSL