Type Alias SQLiteConnections

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

Aliased Typeยง

struct SQLiteConnections { /* private fields */ }