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

pub trait Items {
    fn meth_items(&self, &Runtime) -> Result<RtObject, Error> { ... }
    fn native_meth_items(&self) -> Result<Type, Error> { ... }
}

Provided Methods

Runtime API Method $pyname

Native API Method $pyname

Implementors