pub trait IAsyncOpHandlesCacheKey: IObject {
// Provided methods
fn m_handles(self) -> HashSet_1<AsyncOperationHandle> { ... }
fn set_m_handles(self, value: HashSet_1<AsyncOperationHandle>) { ... }
}Provided Methods§
fn m_handles(self) -> HashSet_1<AsyncOperationHandle>
fn set_m_handles(self, value: HashSet_1<AsyncOperationHandle>)
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.