Trait asyncio::ip::ToEndpoint [] [src]

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

Provides conversion to a IP-endpoint.

Required Methods

Implementors