Add move constructor and move operator= to Return<T>.

* Destination object must have isOk() called before moving
* Source object will be safe to destroy (no isOk() is needed) after
  moving.

Test: lshal without root no longer fails.
Change-Id: I24648bede7952ec54f9341cdd2ab5d0a0288452a
1 file changed