-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Labels
A-tokio-testArea: The tokio-test crateArea: The tokio-test crateC-feature-requestCategory: A feature request.Category: A feature request.E-help-wantedCall for participation: Help is requested to fix this issue.Call for participation: Help is requested to fix this issue.E-mediumCall for participation: Experience needed to fix: Medium / intermediateCall for participation: Experience needed to fix: Medium / intermediate
Description
Is your feature request related to a problem? Please describe.
I want to test streams wrapped in tokio_serde, but that's not currently possible.
Describe the solution you'd like
Make Action
polymorphic in the transport type. That way, I can construct a Builder<Framed<...>>
or a Builder<&[u8]>
depending on my needs.
Metadata
Metadata
Assignees
Labels
A-tokio-testArea: The tokio-test crateArea: The tokio-test crateC-feature-requestCategory: A feature request.Category: A feature request.E-help-wantedCall for participation: Help is requested to fix this issue.Call for participation: Help is requested to fix this issue.E-mediumCall for participation: Experience needed to fix: Medium / intermediateCall for participation: Experience needed to fix: Medium / intermediate