pub fn serialize<S>(
    date: &Option<OffsetDateTime>,
    serializer: S
) -> Result<S::Ok, S::Error>where
    S: Serializer,
Expand description

Errors

Infallible, depending on the type of date is provided