pub unsafe trait MLWritable: NSObjectProtocol {
// Provided method
unsafe fn writeToURL_error(
&self,
url: &NSURL,
) -> Result<(), Retained<NSError>>
where Self: Sized + Message { ... }
}
Available on crate feature
MLWritable
only.