Struct g_code::parse::token::Newline [−][src]
pub struct Newline { /* fields omitted */ }Expand description
A \n or \r\n token that delimits instances of super::ast::Line in a super::ast::File.
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for Newline
impl UnwindSafe for Newline
Blanket Implementations
Mutably borrows from an owned value. Read more