Skip to main content

ICDSCollectionETWBCLProviderMethods

Trait ICDSCollectionETWBCLProviderMethods 

Source
pub trait ICDSCollectionETWBCLProviderMethods: ICDSCollectionETWBCLProvider {
    // Provided methods
    fn ctor(self) { ... }
    fn concurrent_dictionary_acquiring_all_locks(
        self,
        num_of_buckets: impl Into<i32>,
    ) { ... }
}

Provided Methods§

Source

fn ctor(self)

.ctor() overload

Source

fn concurrent_dictionary_acquiring_all_locks( self, num_of_buckets: impl Into<i32>, )

ConcurrentDictionary_AcquiringAllLocks(i32) overload

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§

Source§

impl<__T: ICDSCollectionETWBCLProvider> ICDSCollectionETWBCLProviderMethods for __T

Available on crate feature system-collections-concurrent-cdscollectionetwbclprovider only.