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