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

Transpile a selection_rest_statement to GLSL