Skip to main content

Predicate

Type Alias 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ยง

pub struct Predicate { /* private fields */ }