Skip to main content

IIReadOnlyList_1Methods

Trait IIReadOnlyList_1Methods 

Source
pub trait IIReadOnlyList_1Methods<T0: ClassIdentity>: ClassIdentity {
    // Provided method
    fn get_item(self, index: i32) -> T0
       where Self: Sized + Into<IlInstance> { ... }
}

Provided Methods§

Source

fn get_item(self, index: i32) -> T0
where Self: Sized + Into<IlInstance>,

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§