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

pub trait SetItem {
    fn op_setitem(
        &self,
        &Runtime,
        &RtObject,
        &RtObject
    ) -> Result<RtObject, Error> { ... } fn native_setitem(&self, &Type, &Type) -> Result<None, Error> { ... } }

Provided Methods

Runtime API Method $pyname

Native API Method $pyname

Implementors