Type Alias tx5_signal_srv::ServerDriver

source ·
pub type ServerDriver = Pin<Box<dyn Future<Output = ()> + Send + 'static>>;
Expand description

exec_tx5_signal_srv will return this driver future.

Aliased Type§

struct ServerDriver { /* private fields */ }