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

pub trait DescriptorGet {
    fn op_get(&self, &Runtime, &RtObject, &RtObject) -> Result<RtObject, Error> { ... }
    fn native_get(&self, &Type, &Type) -> Result<Type, Error> { ... }
}

Provided Methods

Runtime API Method $pyname

Native API Method $pyname

Implementors