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

Transpile an external_declaration to GLSL