Skip to main content

IAsyncOpHandlesCacheKey

Trait IAsyncOpHandlesCacheKey 

Source
pub trait IAsyncOpHandlesCacheKey: IObject {
    // Provided methods
    fn m_handles(self) -> HashSet_1<AsyncOperationHandle> { ... }
    fn set_m_handles(self, value: HashSet_1<AsyncOperationHandle>) { ... }
}

Provided Methods§

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.

Implementors§