Trait librsnek::api::method::GetItem [] [src]

pub trait GetItem {
    fn op_getitem(&self, &Runtime, &RtObject) -> Result<RtObject, Error> { ... }
    fn native_getitem(&self, &Type) -> Result<RtObject, Error> { ... }
}

Provided Methods

Runtime API Method $pyname

Native API Method $pyname

Implementors