UITabBarControllerSidebarAnimating

Trait UITabBarControllerSidebarAnimating 

Source
pub unsafe trait UITabBarControllerSidebarAnimating: 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 UITabBarControllerSidebar 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 UITabBarControllerSidebarAnimating

Source§

const NAME: &'static str = "UITabBarControllerSidebarAnimating"

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 UITabBarControllerSidebarAnimating

Implementations on Foreign Types§

Source§

impl<T> UITabBarControllerSidebarAnimating for ProtocolObject<T>

Implementors§