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
type Quoting: QuotingClassifier
type Parsing: ParsingImpl
Implementors
impl GeneralQSSpec for TestSpec type Quoting = Self; type Parsing = TestParsingImpl;