pub fn connect_data_connect_emulator(
service: &DataConnectService,
host: &str,
port: Option<u16>,
ssl_enabled: bool,
) -> DataConnectResult<()>Expand description
Routes all future requests through the emulator configured by the caller.