To elaborate on why this works, in your above example mut e causes Rust to attempt to move the data in the BigFile into a mutable variable ...
確定! 回上一頁