Trait asio::ip::ToEndpoint [] [src]

pub trait ToEndpoint<P> {
    fn to_endpoint(self, port: u16) -> IpEndpoint<P>;
}

Provides conversion to a IP-endpoint.

Required Methods

fn to_endpoint(self, port: u16) -> IpEndpoint<P>

Implementors