Struct gjio::Network [] [src]

pub struct Network { /* fields omitted */ }

Mediates the creation of async-enabled sockets.

It is good practice to limit the use of this struct to high-level startup code and user interaction.

Methods

impl Network
[src]

Transforms the std::net::TcpStream into a SocketStream.

Trait Implementations

impl Clone for Network
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more