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

pub trait GetAttr {
    fn op_getattr(&self, &Runtime, &RtObject) -> Result<RtObject, Error> { ... }
    fn native_getattr(&self, &Type) -> Result<RtObject, Error> { ... }
}

Provided Methods

Runtime API Method $pyname

Native API Method $pyname

Implementors