format_gcode_fmt

Function format_gcode_fmt 

Source
pub fn format_gcode_fmt<'a: 'b, 'b, W, I, T>(
    program: I,
    opts: FormatOptions,
    w: W,
) -> Result
where W: FmtWrite, I: IntoIterator<Item = T>, T: Borrow<Token<'a>> + 'b,
Expand description

Write formatted GCode to a FmtWrite in a nicely formatted manner