Skip to content

Provide implementations for Sink and Stream #2

@geigerzaehler

Description

@geigerzaehler

I think it would be a great addition to also provide Sink and Stream implementations for Duplex.

impl<T, R: Stream<T>, W> Stream<T> for Duplex<R, W> {}

impl<T, R, W: Sink<T>> Sink<T> for Duplex<R, W> {}

I’d be happy to provide a PR.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions