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 Literal
fn clone(&self) -> Literal
fn clone_from(&mut self, source: &Self)