Skip to main content

IStringCollection

Trait IStringCollection 

Source
pub trait IStringCollection: IObject {
    // Provided methods
    fn data(self) -> ArrayList { ... }
    fn set_data(self, value: ArrayList) { ... }
}

Provided Methods§

Source

fn data(self) -> ArrayList

Source

fn set_data(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§