Skip to main content

IDictionaryPool_2Methods

Trait IDictionaryPool_2Methods 

Source
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§

Source

fn get() -> Dictionary_2<T0, T1>

Source

fn get_2() -> (ObjectPool_1_PooledObject<Dictionary_2<T0, T1>>, Dictionary_2<T0, T1>)

Source

fn release(to_release: Dictionary_2<T0, T1>)

Source

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.

Implementors§