Type Alias mongodb::options::Predicate

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

A predicate used to filter servers that are considered suitable.

Aliased Type§

struct Predicate { /* private fields */ }