You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to be able to define some query structs, and let the end user provide the structs for the response. My first attempt didn't work, and I got weird errors. Is there a way to do this?
Here the generic T parameter was previously ScanLogsConnection
I would like to be able to define some query structs, and let the end user provide the structs for the response. My first attempt didn't work, and I got weird errors. Is there a way to do this?
Here the generic
T
parameter was previouslyScanLogsConnection
But I could not figure out how to actually tell
LastTagAtScanner
about what I wantT
to be when Ibuild
it.This is the error I get. The
missing generic argument ... <T><T>
is strange.The text was updated successfully, but these errors were encountered: