nt_time::serde_with::rfc_3339::option

Function serialize

Source
pub fn serialize<S: Serializer>(
    ft: &Option<FileTime>,
    serializer: S,
) -> Result<S::Ok, S::Error>
Available on crate features serde and serde-human-readable only.
Expand description

Serializes an Option<FileTime> into the given Serde serializer.

This serializes using the well-known RFC 3339 format.