Struct syntex_syntax::parse::lexer::comments::Literal [] [src]

pub struct Literal {
    pub lit: String,
    pub pos: BytePos,
}

Fields

lit
pos

Trait Implementations

Derived Implementations

impl Clone for Literal

fn clone(&self) -> Literal

fn clone_from(&mut self, source: &Self)