Skip to main content

IConcurrentDictionary_2_Tables

Trait IConcurrentDictionary_2_Tables 

Source
pub trait IConcurrentDictionary_2_Tables<T0: ClassIdentity, T1: ClassIdentity>: IObject {
    // Provided methods
    fn buckets(self) -> Array<ConcurrentDictionary_2_Node<T0, T1>> { ... }
    fn set_buckets(self, value: Array<ConcurrentDictionary_2_Node<T0, T1>>) { ... }
    fn locks(self) -> Array<Object> { ... }
    fn set_locks(self, value: Array<Object>) { ... }
    fn count_per_lock(self) -> Array<i32> { ... }
    fn set_count_per_lock(self, value: Array<i32>) { ... }
}

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§