mentat/implementors/mentat_core/cache/trait.UpdateableCache.js
2018-08-22 17:04:13 +00:00

10 lines
1.6 KiB
JavaScript

(function() {var implementors = {};
implementors["mentat_db"] = ["impl <a class=\"trait\" href=\"mentat_core/cache/trait.UpdateableCache.html\" title=\"trait mentat_core::cache::UpdateableCache\">UpdateableCache</a>&lt;<a class=\"struct\" href=\"db_traits/errors/struct.DbError.html\" title=\"struct db_traits::errors::DbError\">DbError</a>&gt; for <a class=\"struct\" href=\"mentat_db/cache/struct.AttributeCaches.html\" title=\"struct mentat_db::cache::AttributeCaches\">AttributeCaches</a>","impl <a class=\"trait\" href=\"mentat_core/cache/trait.UpdateableCache.html\" title=\"trait mentat_core::cache::UpdateableCache\">UpdateableCache</a>&lt;<a class=\"struct\" href=\"db_traits/errors/struct.DbError.html\" title=\"struct db_traits::errors::DbError\">DbError</a>&gt; for <a class=\"struct\" href=\"mentat_db/cache/struct.SQLiteAttributeCache.html\" title=\"struct mentat_db::cache::SQLiteAttributeCache\">SQLiteAttributeCache</a>","impl <a class=\"trait\" href=\"mentat_core/cache/trait.UpdateableCache.html\" title=\"trait mentat_core::cache::UpdateableCache\">UpdateableCache</a>&lt;<a class=\"struct\" href=\"db_traits/errors/struct.DbError.html\" title=\"struct db_traits::errors::DbError\">DbError</a>&gt; for <a class=\"struct\" href=\"mentat_db/cache/struct.InProgressSQLiteAttributeCache.html\" title=\"struct mentat_db::cache::InProgressSQLiteAttributeCache\">InProgressSQLiteAttributeCache</a>",];
if (window.register_implementors) {
window.register_implementors(implementors);
} else {
window.pending_implementors = implementors;
}
})()