To accomplish this, Rust provides a borrowing mechanism. Instead of passing objects by-value ( T ), objects can be passed by reference ( &T ).
確定! 回上一頁