Trait quoted_string::spec::GeneralQSSpec[][src]

pub trait GeneralQSSpec: Clone + Debug {
    type Quoting: QuotingClassifier;
    type Parsing: ParsingImpl;
}

type to specify the quoting classifier and parsing implementation

This is normally a zero-sized type.

Associated Types

Implementors