Skip to main content

NSTableViewDiffableDataSourceSectionHeaderViewProvider

Type Alias NSTableViewDiffableDataSourceSectionHeaderViewProvider 

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