pub trait SearchStrategy:
Clone
+ Send
+ Sync
+ Default { }
Expand description
A search strategy for the query pipeline
Object Safety§
This trait is not object safe.
pub trait SearchStrategy:
Clone
+ Send
+ Sync
+ Default { }
A search strategy for the query pipeline