Type Alias qm_mongodb::options::Predicate

source ·
pub type Predicate = Arc<dyn Fn(&ServerInfo<'_>) -> bool + Sync + Send>;
Expand description

A predicate used to filter servers that are considered suitable.

Aliased Type§

struct Predicate { /* private fields */ }