Struct gjio::SocketListener [] [src]

pub struct SocketListener { /* fields omitted */ }

A server socket that can accept connections.

Methods

impl SocketListener
[src]

Gets the local address. Useful if you didn't specify a port when constructing the SocketAddress.

Trait Implementations

impl Clone for SocketListener
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more