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

pub trait Index {
    fn op_index(&self, &Runtime) -> Result<RtObject, Error> { ... }
    fn native_index(&self) -> Result<Integer, Error> { ... }
}

Provided Methods

Runtime API Method $pyname

Native API Method $pyname

Implementors