Struct syntex_syntax::parse::lexer::comments::Literal
[−]
[src]
pub struct Literal {
pub lit: String,
pub pos: BytePos,
}Fields
lit | |
pos |
pub struct Literal {
pub lit: String,
pub pos: BytePos,
}lit | |
pos |
impl Clone for Literalfn clone(&self) -> Literalfn clone_from(&mut self, source: &Self)