pub fn serialize<S>(
option: &Option<OffsetDateTime>,
serializer: S,
) -> Result<S::Ok, S::Error>where
S: Serializer,Expand description
Serialize an Option<OffsetDateTime> using the well-known ISO 8601 format.
pub fn serialize<S>(
option: &Option<OffsetDateTime>,
serializer: S,
) -> Result<S::Ok, S::Error>where
S: Serializer,Serialize an Option<OffsetDateTime> using the well-known ISO 8601 format.