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

Transpile a single_declaration to GLSL