Skip to main content

IListPool_1_2Methods

Trait IListPool_1_2Methods 

Source
pub trait IListPool_1_2Methods<T0: ClassIdentity>: ClassIdentity {
    // Provided methods
    fn get() -> List_1<T0> { ... }
    fn get_2() -> (ObjectPool_1_PooledObject<List_1<T0>>, List_1<T0>) { ... }
    fn release(to_release: List_1<T0>) { ... }
    fn cctor() { ... }
}

Provided Methods§

Source

fn get() -> List_1<T0>

Source

fn get_2() -> (ObjectPool_1_PooledObject<List_1<T0>>, List_1<T0>)

Source

fn release(to_release: List_1<T0>)

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§