UIContextualActionHandler

Type Alias UIContextualActionHandler 

Source
pub type UIContextualActionHandler = *mut DynBlock<dyn Fn(NonNull<UIContextualAction>, NonNull<UIView>, NonNull<DynBlock<dyn Fn(Bool)>>)>;
Available on crate features UIContextualAction and UIResponder and UIView and block2 only.
Expand description