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

pub trait DelAttr {
    fn op_delattr(&self, &Runtime, &RtObject) -> Result<RtObject, Error> { ... }
    fn native_delattr(&self, &Type) -> Result<Type, Error> { ... }
}

Provided Methods

Runtime API Method $pyname

Native API Method $pyname

Implementors