Searched refs:connection_handle (Results 1 – 1 of 1) sorted by relevance
1163 let connection_handle = Handle::from_raw(rc)?; in handle_connect() localVariable1170 let connection_data = self.dispatcher.on_connect(&cfg, &connection_handle, &peer)?; in handle_connect()1172 let connection_channel = Channel::try_new_connection(connection_handle, data)?; in handle_connect()