(
&mut self,
_: Sender<ButtplugServerMessageV4>,
)
| 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() |