pub unsafe trait CAAnimationDelegate: NSObjectProtocol {
// Provided methods
unsafe fn animationDidStart(&self, anim: &CAAnimation)
where Self: Sized + Message { ... }
unsafe fn animationDidStop_finished(&self, anim: &CAAnimation, flag: bool)
where Self: Sized + Message { ... }
}
Available on crate feature
CAAnimation
only.