[][src]Type Definition ena::sql::StatementStore

type StatementStore<S> = HashMap<QueryIdentifier, S>;

Hashmap to store statements for databases to use