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