Skip to main content

client_connect_with_prefs

Function client_connect_with_prefs 

Source
async fn client_connect_with_prefs<R: Runtime>(
    client: Arc<TorClient<R>>,
    method: Box<ConnectWithPrefs>,
    _ctx: Arc<dyn Context>,
) -> Result<DataStream, Box<dyn ClientConnectionError>>
Expand description

RPC method implementation: start a connection on a TorClient.