Type Alias buttplug::server::ButtplugServerResultFuture

source ·
pub type ButtplugServerResultFuture = BoxFuture<'static, ButtplugServerResult>;
Expand description

Future type for Buttplug Server futures, as the server will always communicate in ButtplugServerMessage instances in order to follow the Buttplug Spec.

Aliased Type§

struct ButtplugServerResultFuture { /* private fields */ }