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