pub fn serialize_duration<S>( duration: &TimeDelta, serializer: S, ) -> Result<S::Ok, S::Error>where S: Serializer,