Skip to main content

IGlobalLinkedListNodeCache_1Methods

Trait IGlobalLinkedListNodeCache_1Methods 

Source
pub trait IGlobalLinkedListNodeCache_1Methods<T0: ClassIdentity>: ClassIdentity {
    // Provided methods
    fn acquire(val: T0) -> LinkedListNode_1<T0> { ... }
    fn release(node: LinkedListNode_1<T0>) { ... }
}

Provided Methods§

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§