Trait objc2_foundation::NSCacheDelegate
source · pub unsafe trait NSCacheDelegate: NSObjectProtocol {
// Provided method
unsafe fn cache_willEvictObject(&self, cache: &NSCache, obj: &AnyObject)
where Self: Sized + Message { ... }
}
Available on crate feature
NSCache
only.