Type Alias objc2_ui_kit::UITableViewCellConfigurationUpdateHandler

source ยท
pub type UITableViewCellConfigurationUpdateHandler = *mut Block<dyn Fn(NonNull<UITableViewCell>, NonNull<UICellConfigurationState>)>;
Available on crate features UICellConfigurationState and UIResponder and UITableViewCell and UIView and UIViewConfigurationState and block2 only.