enum States { A(String), B(String), } impl States { fn poll(&mut self) { // error[E0507]: cannot move out of borrowed content *self = match ...
確定! 回上一頁