Type Alias NSTableViewDiffableDataSourceCellProvider

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