new_connection_with_socket

Function new_connection_with_socket 

Source
pub fn new_connection_with_socket<S>() -> Result<(Connection<RouteNetlinkMessage, S>, Handle, UnboundedReceiver<(NetlinkMessage<RouteNetlinkMessage>, SocketAddr)>)>
where S: AsyncSocket,