pub type RowPredicate = Box<dyn Fn(&Row) -> bool + Send + Sync>;
A predicate for a Row filter.
Row
pub struct RowPredicate(/* private fields */);