Skip to main content

NSTableViewDiffableDataSourceCellProvider

Type Alias NSTableViewDiffableDataSourceCellProvider 

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