Type Alias NSTableViewDiffableDataSourceRowProvider

Source
pub type NSTableViewDiffableDataSourceRowProvider = *mut DynBlock<dyn Fn(NonNull<NSTableView>, NSInteger, NonNull<AnyObject>) -> NonNull<NSTableRowView>>;
Available on crate features NSControl and NSResponder and NSTableRowView and NSTableView and NSTableViewDiffableDataSource and NSView and block2 only.
Expand description