Searched refs:try_new_connection (Results 1 – 1 of 1) sorted by relevance
226 fn try_new_connection(handle: Handle, data: D::Connection) -> Result<Rc<Self>> { in try_new_connection() method1172 let connection_channel = Channel::try_new_connection(connection_handle, data)?; in handle_connect()