pub type BoxedConnection = Box<dyn Connection>;Expand description
Boxed connection
Aliased Typeยง
pub struct BoxedConnection(/* private fields */);pub type BoxedConnection = Box<dyn Connection>;Boxed connection
pub struct BoxedConnection(/* private fields */);