Type Alias UITableViewDiffableDataSourceCellProvider

Source
pub type UITableViewDiffableDataSourceCellProvider = *mut DynBlock<dyn Fn(NonNull<UITableView>, NonNull<NSIndexPath>, NonNull<AnyObject>) -> *mut UITableViewCell>;
Available on crate features UIDiffableDataSource and UIResponder and UIScrollView and UITableView and UITableViewCell and UIView and block2 only.
Expand description