[][src]Trait buttplug::server::comm_managers::DeviceCommunicationManagerCreator

pub trait DeviceCommunicationManagerCreator: Sync + Send {
    fn new(sender: Sender<DeviceCommunicationEvent>) -> Self;
}

Required methods

fn new(sender: Sender<DeviceCommunicationEvent>) -> Self

Loading content...

Implementors

impl DeviceCommunicationManagerCreator for BtlePlugCommunicationManager[src]

impl DeviceCommunicationManagerCreator for TestDeviceCommunicationManager[src]

Loading content...