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

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

type Quoting: QuotingClassifier

type Parsing: ParsingImpl

Loading content...

Implementors

impl GeneralQSSpec for TestSpec[src]

type Quoting = Self

type Parsing = TestParsingImpl

Loading content...