The method get_a(&self) -> &i32 borrows self and returns a borrowed i32 . So the borrow checker figures that self is borrowed for as long as the ...
確定! 回上一頁