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

pub trait Keys {
    fn meth_keys(&self, &Runtime) -> Result<RtObject, Error> { ... }
    fn native_meth_keys(&self) -> Result<Tuple, Error> { ... }
}

Provided Methods

Runtime API Method $pyname

Native API Method $pyname

Implementors