pub unsafe trait UIFocusAnimationContext: NSObjectProtocol + IsMainThreadOnly {
// Provided method
unsafe fn duration(&self) -> NSTimeInterval
where Self: Sized + Message { ... }
}Available on crate feature
UIFocusAnimationCoordinator only.