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

pub trait Get {
    fn meth_get(&self, &Runtime, &RtObject) -> Result<RtObject, Error> { ... }
    fn native_meth_get(&self, &Type) -> Result<Type, Error> { ... }
}

Provided Methods

Runtime API Method $pyname

Native API Method $pyname

Implementors