Function nt_time::serde_with::iso_8601::option::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 ISO 8601 format.