Implementing Serialize. The Serialize trait looks like this: pub trait Serialize { fn serialize<S>(&self, serializer: S) -> Result<S::Ok, S::Error> where S: ...
確定! 回上一頁