to pass by value you have to write: ``` fn finally(&self, +dtor: &fn() -> T) -> T { } ```
to pass by value you have to write: