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