#[serde(with = "my_date_format")] pub timestamp: DateTime<Utc>, // Any other fields in the struct. pub bidder: String, } mod my_date_format ...
確定! 回上一頁