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