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

pub trait DescriptorSet {
    fn op_set(&self, &Runtime, &RtObject, &RtObject) -> Result<RtObject, Error> { ... }
    fn native_set(&self, &Type, &Type) -> Result<Type, Error> { ... }
}

Provided Methods

Runtime API Method $pyname

Native API Method $pyname

Implementors