pub unsafe trait UIEditMenuInteractionAnimating: NSObjectProtocol + IsMainThreadOnly {
    // Provided methods
    unsafe fn addAnimations(&self, animations: &Block<dyn Fn()>)
       where Self: Sized + Message { ... }
    unsafe fn addCompletion(&self, completion: &Block<dyn Fn()>)
       where Self: Sized + Message { ... }
}
Available on crate feature UIEditMenuInteraction only.

Provided Methods§

source

unsafe fn addAnimations(&self, animations: &Block<dyn Fn()>)
where Self: Sized + Message,

Available on crate feature block2 only.
source

unsafe fn addCompletion(&self, completion: &Block<dyn Fn()>)
where Self: Sized + Message,

Available on crate feature block2 only.

Trait Implementations§

source§

impl ProtocolType for dyn UIEditMenuInteractionAnimating

source§

const NAME: &'static str = "UIEditMenuInteractionAnimating"

The name of the Objective-C protocol that this type represents.
source§

fn protocol() -> Option<&'static AnyProtocol>

Get a reference to the Objective-C protocol object that this type represents. Read more
source§

impl<T> ImplementedBy<T> for dyn UIEditMenuInteractionAnimating

Implementations on Foreign Types§

source§

impl<T> UIEditMenuInteractionAnimating for ProtocolObject<T>

Implementors§