[GH-ISSUE #610] The type client::ClientResponse should be public #250

Closed
opened 2026-03-07 23:01:51 +03:00 by kerem · 1 comment
Owner

Originally created by @katyo on GitHub (Nov 9, 2018).
Original GitHub issue: https://github.com/hickory-dns/hickory-dns/issues/610

I tried to create a struct which wraps ClientResponse and implements Future trait. But because ClientResponse doesn't exported by client module I cannot do it.

Of course, I can use Box but it's not that I like to do...

Originally created by @katyo on GitHub (Nov 9, 2018). Original GitHub issue: https://github.com/hickory-dns/hickory-dns/issues/610 I tried to create a struct which wraps `ClientResponse` and implements `Future` trait. But because `ClientResponse` doesn't exported by `client` module I cannot do it. Of course, I can use `Box` but it's not that I like to do...
kerem 2026-03-07 23:01:51 +03:00
Author
Owner

@bluejekyll commented on GitHub (Nov 9, 2018):

Sure. Feel free to submit a PR and make it public.

<!-- gh-comment-id:437411514 --> @bluejekyll commented on GitHub (Nov 9, 2018): Sure. Feel free to submit a PR and make it public.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hickory-dns#250
No description provided.