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

pub trait Values {
    fn meth_values(&self, &Runtime) -> Result<RtObject, Error> { ... }
    fn native_meth_values(&self) -> Result<Type, Error> { ... }
}

Provided Methods

Runtime API Method $pyname

Native API Method $pyname

Implementors