SharedConnection

Type Alias SharedConnection 

Source
pub type SharedConnection = Arc<Mutex<Connection>>;
Expand description

A Connection that can be shared across threads.

Aliased Typeยง

pub struct SharedConnection { /* private fields */ }