Function nt_time::serde_with::iso_8601::serialize
source ยท pub fn serialize<S: Serializer>(
ft: &FileTime,
serializer: S,
) -> Result<S::Ok, S::Error>
Available on crate features
serde
and serde-human-readable
only.Expand description
Serializes a FileTime
into the given Serde serializer.
This serializes using the well-known ISO 8601 format.