Struct syntax::parse::lexer::comments::Comment    [−][src]
pub struct Comment {
    pub style: CommentStyle,
    pub lines: Vec<String>,
    pub pos: BytePos,
}Fields
style: CommentStyle
                           
                           
                           
                           lines: Vec<String>
                           
                           
                           
                           pos: BytePos