Type Alias objc2_app_kit::NSTableViewDiffableDataSourceCellProvider
source · pub type NSTableViewDiffableDataSourceCellProvider = *mut Block<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.