MCPcopy Create free account
hub / github.com/buttplugio/buttplug / connect

Method connect

crates/buttplug_tests/tests/test_client.rs:42–47  ·  view source on GitHub ↗
(
    &mut self,
    _: Sender<ButtplugServerMessageV4>,
  )

Source from the content-addressed store, hash-verified

40 for ButtplugFailingConnector
41{
42 fn connect(
43 &mut self,
44 _: Sender<ButtplugServerMessageV4>,
45 ) -> BoxFuture<'static, Result<(), ButtplugConnectorError>> {
46 ButtplugConnectorError::ConnectorNotConnected.into()
47 }
48
49 fn disconnect(&self) -> ButtplugConnectorResultFuture {
50 ButtplugConnectorError::ConnectorNotConnected.into()

Callers 1

test_client_pingFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected