UIEditMenuInteractionAnimating

Trait UIEditMenuInteractionAnimating 

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

Provided Methods§

Source

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

Available on crate feature block2 only.
Source

fn addCompletion(&self, completion: &DynBlock<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. Read more
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§