pub trait ICNFetchResult<ValueType>: PNSObject{
// Provided methods
fn p_current_history_token(&self) -> NSData { ... }
fn p_value(&self) -> ValueType { ... }
}Expand description
Provided Methods§
Sourcefn p_current_history_token(&self) -> NSData
fn p_current_history_token(&self) -> NSData
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.