Type Alias unicom::BoxedConnection

source ·
pub type BoxedConnection = Box<dyn Connection>;
Expand description

Boxed connection

Aliased Type§

struct BoxedConnection(/* private fields */);