grafana-plugin-sdk-rust icon indicating copy to clipboard operation
grafana-plugin-sdk-rust copied to clipboard

Use GATs in `DataService`

Open sd2k opened this issue 2 years ago • 0 comments

This makes the DataService::Stream associated type generic over a lifetime bound by Self. This means users can borrow data from self in their implementations even if they reference it in the futures of their stream. TBC whether this is actually worth doing 🤷

sd2k avatar Nov 04 '22 16:11 sd2k