pub fn serialize<S: Serializer>(
time: &FileTime,
serializer: S
) -> Result<S::Ok, S::Error>
Available on crate feature
serde-human-readable
only.Expand description
Serializes a FileTime
into the given Serde serializer.
This serializes using the well-known RFC 2822 format.