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