You aren't going to get an owned value out of a reference unless that value is Copy, ... Rust will actually suggest .as_ref() .
確定! 回上一頁