-
I'm trying to implement a wrapper for the Connection locally in order to implement some telemetry while I wait for the release of the new API. I'm basing my implementation off of diesel-tracing, which uses My question is: is there an specific reason this Thanks and sorry if it's a dumb question |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
That function is private as the corresponding sync equivalent not part of the public API of diesel itself and That written I might be open to expose it if someone submits a PR that changes it to pub, adds documentation and covers that function with a relevant test. |
Beta Was this translation helpful? Give feedback.
That function is private as the corresponding sync equivalent not part of the public API of diesel itself and
diesel_async
does not have the equivalent of the unstable feature flag.That written I might be open to expose it if someone submits a PR that changes it to pub, adds documentation and covers that function with a relevant test.