qm_mongodb::options

Type Alias Predicate

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

A predicate used to filter servers that are considered suitable.

Aliased Typeยง

struct Predicate { /* private fields */ }