Let's look at the signature for into_bytes : fn into_bytes(self) -> Vec<u8>. This takes self , not a reference to self ( &self ).
確定! 回上一頁