Skip to main content

RowPredicate

Type Alias RowPredicate 

Source
pub type RowPredicate = Box<dyn Fn(usize) -> bool>;
Expand description

Per-row predicate (e.g. for overlines).

Aliased Typeยง

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