pub type RowPredicate = Box<dyn Fn(usize) -> bool>;
Per-row predicate (e.g. for overlines).
pub struct RowPredicate(/* private fields */);