Skip to main content

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 block2 and UIContextualAction and UIResponder and UIView only.
Expand description