pub trait ICDSCollectionETWBCLProviderMethods: ICDSCollectionETWBCLProvider {
// Provided methods
fn ctor(self) { ... }
fn concurrent_dictionary_acquiring_all_locks(
self,
num_of_buckets: impl Into<i32>,
) { ... }
}Provided Methods§
Sourcefn concurrent_dictionary_acquiring_all_locks(
self,
num_of_buckets: impl Into<i32>,
)
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§
impl<__T: ICDSCollectionETWBCLProvider> ICDSCollectionETWBCLProviderMethods for __T
Available on crate feature
system-collections-concurrent-cdscollectionetwbclprovider only.