On Sat, Jun 21, 2014 at 1:52 PM, Igor Bukanov <[email protected]> wrote: > Another possibility is to allow for move-in-move-out params that moves > the the value back to the caller when the function returns forcing the > callee to use the clone call if it wants to store the argument for a > later use.
It should be possible to do that already with a type like &Rc<T>... _______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
