Trait 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.
Expand description
§Safety
cache
generic should be of the correct type.
obj
should be of the correct type.
The name of the Objective-C protocol that this type represents.
Read more
Get a reference to the Objective-C protocol object that this type
represents.
Read more