pub fn serialize_duration_as_f32<S>( d: &Duration, serializer: S, ) -> Result<S::Ok, S::Error>where S: Serializer,