Type Alias SQLiteConnections

Source
pub type SQLiteConnections = HashMapId<Arc<Mutex<Connection>>>;

Aliased Typeยง

pub struct SQLiteConnections { /* private fields */ }