Trait GeneralQSSpec

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

type to specify the quoting classifier and parsing implementation

This is normally a zero-sized type.

Required Associated Types§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§