pub trait IDictionaryPool_2Methods<T0: ClassIdentity, T1: ClassIdentity>: ClassIdentity {
// Provided methods
fn get() -> Dictionary_2<T0, T1> { ... }
fn get_2( ) -> (ObjectPool_1_PooledObject<Dictionary_2<T0, T1>>, Dictionary_2<T0, T1>) { ... }
fn release(to_release: Dictionary_2<T0, T1>) { ... }
fn cctor() { ... }
}Provided Methods§
fn get() -> Dictionary_2<T0, T1>
fn get_2() -> (ObjectPool_1_PooledObject<Dictionary_2<T0, T1>>, Dictionary_2<T0, T1>)
fn release(to_release: Dictionary_2<T0, T1>)
fn cctor()
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.