Type Alias moto::Predicate

source ·
pub type Predicate = Arc<dyn Fn(&Vec<String>) -> bool + Send + Sync>;

Aliased Type§

struct Predicate { /* private fields */ }