Trait asyncio::ip::IntoEndpoint [] [src]

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

Provides conversion to a IP-endpoint.

Required Methods

Implementors