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

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

Provides convert to endpoint.

Required Methods

fn to_endpoint(self) -> IpEndpoint<P>

Implementors