Function nt_time::serde_with::rfc_2822::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 RFC 2822 format.