Skip to main content

ICollectionBase

Trait ICollectionBase 

Source
pub trait ICollectionBase: IObject {
    // Provided methods
    fn list(self) -> ArrayList { ... }
    fn set_list(self, value: ArrayList) { ... }
}

Provided Methods§

Source

fn list(self) -> ArrayList

Source

fn set_list(self, value: ArrayList)

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§