Moveable.move() method

Moves the resource when ‘using’.

Signature

interface Moveable {
  move(): this;
}

Returns:

this