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

pub trait Next {
    fn op_next(&self, &Runtime) -> Result<RtObject, Error> { ... }
    fn native_next(&self) -> Result<RtObject, Error> { ... }
}

Provided Methods

Runtime API Method $pyname

Native API Method $pyname

Implementors