pub unsafe trait UIUserActivityRestoring: NSObjectProtocol + MainThreadOnly {
// Provided method
unsafe fn restoreUserActivityState(&self, user_activity: &NSUserActivity)
where Self: Sized + Message { ... }
}
Available on crate feature
UIUserActivity
only.Expand description
Provided Methods§
unsafe fn restoreUserActivityState(&self, user_activity: &NSUserActivity)
Trait Implementations§
Source§impl ProtocolType for dyn UIUserActivityRestoring
impl ProtocolType for dyn UIUserActivityRestoring
impl<T> ImplementedBy<T> for dyn UIUserActivityRestoring
Implementations on Foreign Types§
impl<T> UIUserActivityRestoring for ProtocolObject<T>where
T: ?Sized + UIUserActivityRestoring,
Implementors§
impl UIUserActivityRestoring for UIDocument
Available on crate feature
UIDocument
only.impl UIUserActivityRestoring for UIResponder
Available on crate feature
UIResponder
only.