Skip to main content

IStrOpe

Trait IStrOpe 

Source
pub trait IStrOpe: IObject {
    // Provided methods
    fn chars(self) -> Array<u16> { ... }
    fn set_chars(self, value: Array<u16>) { ... }
}

Provided Methods§

Source

fn chars(self) -> Array<u16>

Source

fn set_chars(self, value: Array<u16>)

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§