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

pub trait Iter {
    fn op_iter(&self, &Runtime) -> Result<RtObject, Error> { ... }
    fn native_iter(&self) -> Result<Iterator, Error> { ... }
}

Provided Methods

Runtime API Method $pyname

Native API Method $pyname

Implementors