pub trait ConditionalConfig:
Debug
+ Send
+ Sync
+ DynClone {
// Required method
fn build(&self, enrichment_tables: &TableRegistry) -> Result<Condition>;
}
pub trait ConditionalConfig:
Debug
+ Send
+ Sync
+ DynClone {
// Required method
fn build(&self, enrichment_tables: &TableRegistry) -> Result<Condition>;
}