Function lta_models::utils::serde_date::ymd_hms_option::serialize
source · 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