Type Alias unicom::BoxedConnect

source ·
pub type BoxedConnect = Pin<Box<dyn Connect>>;
Expand description

The establishing connection between backend and device

Aliased Type§

struct BoxedConnect {}