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
fix: Hide the xxx_sink variants from the public API (#123)
## Description
These functions are internal and have no business being in the public
API, I think
## Breaking Changes
Removes
- api::remote::Remote::fetch_sink
- api::remote::Remote::execute_push_sink
- api::remote::Remote::execute_get_sink
## Notes & open questions
Note: maybe we need to expose them at some point, but currently I don't
see the need, and in any case the Sink trait is not exposed, so nobody
can use them anyway at this time!
## Change checklist
- [ ] Self-review.
- [ ] Documentation updates following the [style
guide](https://rust-lang.github.io/rfcs/1574-more-api-documentation-conventions.html#appendix-a-full-conventions-text),
if relevant.
- [ ] Tests if relevant.
- [ ] All breaking changes documented.
0 commit comments