Hi, I have a struct and inside one function1 that does nothing, one that tries to return reference to a self.function1 and the last one wants to call the function1() when function2 returns it. However in the second function that tries to return self.function1 it throws compile error saying there is no member field function1.
Any ideas?