[][src]Trait buttplug::client::connector::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

Loading content...