pub type RowPropsFn = Rc<dyn Fn(&Value, usize) -> HashMap<String, String>>;
Type alias for row props function: (record, index) -> HashMap<String, String>
pub struct RowPropsFn { /* private fields */ }