(self)
| 183 | } |
| 184 | |
| 185 | pub fn collect(self) -> Instance { |
| 186 | self.instance |
| 187 | } |
| 188 | |
| 189 | /// Invokes the method `method_name` of a this `Instance`, passing an array of `InvocationArg`s. It returns an `Instance` as the result of the invocation. |
| 190 | pub fn invoke( |
no outgoing calls