Enum slr_parser::StringQuoteType [] [src]

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

Variants