BoxedConnection

Type Alias BoxedConnection 

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

Boxed connection

Aliased Typeยง

pub struct BoxedConnection(/* private fields */);