[][src]Trait buttplug::client::connectors::ButtplugRemoteClientConnectorSender

pub trait ButtplugRemoteClientConnectorSender: Sync + Send {
    fn send(&self, msg: ButtplugMessageUnion);
fn close(&self); }

Required methods

fn send(&self, msg: ButtplugMessageUnion)

fn close(&self)

Loading content...

Implementors

impl ButtplugRemoteClientConnectorSender for ButtplugWebsocketWrappedSender[src]

Loading content...