pub fn log_payload_auto<T>( rec: &RecordingStream, path: &str, payload: &T, ) -> CuResult<()>where T: Serialize + 'static,