Struct scaproust::Endpoint [] [src]

pub struct Endpoint { /* fields omitted */ }

Endpoint of a socket.

Obtained via the socket bind or connect methods.
Can only be used to close an endpoint.
Note that drop(Endpoint) will NOT close it.

Methods

impl Endpoint
[src]

[src]