pub unsafe trait NSProgressReporting: NSObjectProtocol {
// Provided method
fn progress(&self) -> Retained<NSProgress>
where Self: Sized + Message { ... }
}Available on crate feature
NSProgress only.Expand description
Provided Methods§
Trait Implementations§
Source§impl ProtocolType for dyn NSProgressReporting
impl ProtocolType for dyn NSProgressReporting
impl<T> ImplementedBy<T> for dyn NSProgressReporting
Implementations on Foreign Types§
impl<T> NSProgressReporting for ProtocolObject<T>where
T: ?Sized + NSProgressReporting,
Implementors§
impl NSProgressReporting for NSBundleResourceRequest
Available on crate feature
NSBundle only.impl NSProgressReporting for NSOperationQueue
Available on crate feature
NSOperation only.impl NSProgressReporting for NSURLSessionDataTask
Available on crate feature
NSURLSession only.impl NSProgressReporting for NSURLSessionDownloadTask
Available on crate feature
NSURLSession only.impl NSProgressReporting for NSURLSessionStreamTask
Available on crate feature
NSURLSession only.impl NSProgressReporting for NSURLSessionTask
Available on crate feature
NSURLSession only.impl NSProgressReporting for NSURLSessionUploadTask
Available on crate feature
NSURLSession only.impl NSProgressReporting for NSURLSessionWebSocketTask
Available on crate feature
NSURLSession only.