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

pub trait SetAttr {
    fn op_setattr(
        &self,
        &Runtime,
        &RtObject,
        &RtObject
    ) -> Result<RtObject, Error> { ... } fn native_setattr(&self, &Type, &Type) -> Result<None, Error> { ... } }

Provided Methods

Runtime API Method $pyname

Native API Method $pyname

Implementors