pub trait CdcSourceTypeTrait:
Send
+ Sync
+ Clone
+ Debug
+ 'static {
const CDC_CONNECTOR_NAME: &'static str;
// Required method
fn source_type() -> CdcSourceType;
}
Required Associated Constants§
const CDC_CONNECTOR_NAME: &'static str
Required Methods§
fn source_type() -> CdcSourceType
Object Safety§
This trait is not object safe.