Skip to content

Consider providing an accessor for the inner std types. #25

@carllerche

Description

@carllerche

It could be useful for Tokio's TcpStream et al. to provide an accessor that returns a ref to the std::TcpStream. Specifically, crates like net2 provide useful helpers but only against std::TcpStream. Tokio (and mio) redefines all of these fns, but adding a new fn requires updating many crates.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions