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