Type Alias NSTableViewDiffableDataSourceSectionHeaderViewProvider

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