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

Transpile a binary_op to GLSL