Skip to main content

RowPredicate

Type Alias RowPredicate 

Source
pub type RowPredicate = Box<dyn Fn(&Row) -> bool + Send + Sync>;
Expand description

A predicate for a Row filter.

Aliased Typeยง

pub struct RowPredicate(/* private fields */);