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

Transpile a block(f: &mut F, b: &ast::Block, state: &mut FormattingState to GLSL