average-vr-56795
06/13/2018, 8:27 AMself reference, the way to do that would’ve been, before the and_then call, to write let runner2 = self.clone(); which gives you a new instance of CommandRunner which you can then move into the closure, and use runner2 any time you want to use self in that closure