pub fn serialize_duration_as_micros<S>(
    t: &Duration,
    s: S
) -> Result<S::Ok, S::Error>
where S: Serializer,