[][src]Type Definition mongodb::options::Predicate

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

A predicate used to filter servers that are considered suitable.