pub unsafe trait WebDownloadDelegate: NSURLDownloadDelegate { }👎Deprecated
Available on crate feature
WebDownload only.Expand description
The WebDownloadDelegate delegate has one extra method used to choose the right window when automatically prompting with a sheet.
See also Apple’s documentation
Trait Implementations§
Source§impl ProtocolType for dyn WebDownloadDelegate
impl ProtocolType for dyn WebDownloadDelegate
impl<T> ImplementedBy<T> for dyn WebDownloadDelegate
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".