pub struct Comment<'input> { /* private fields */ }Expand description
A semicolon ; followed by ASCII characters and terminated by a Newline
or the end of the file.
The semicolon is part of the inner representation.
Some machines/programs will display these comments as the g-code is executed.
Implementations§
Trait Implementations§
source§impl<'input> From<&Comment<'input>> for Token<'input>
impl<'input> From<&Comment<'input>> for Token<'input>
source§fn from(comment: &ParsedComment<'input>) -> Self
fn from(comment: &ParsedComment<'input>) -> Self
Converts to this type from the input type.