pub unsafe trait UIDragSession: UIDragDropSession + MainThreadOnly {
// Provided methods
fn localContext(&self) -> Option<Retained<AnyObject>>
where Self: Sized + Message { ... }
unsafe fn setLocalContext(&self, local_context: Option<&AnyObject>)
where Self: Sized + Message { ... }
}Available on crate feature
UIDragSession only.