Enum slr_lexer::StringQuoteType [] [src]

pub enum StringQuoteType {
    Naked,
    Quoted(usize),
}

Variants