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

10 lines
1.2 KiB
JavaScript

(function() {var implementors = {};
implementors["mentat_db"] = ["impl <a class=\"trait\" href=\"mentat_core/cache/trait.CachedAttributes.html\" title=\"trait mentat_core::cache::CachedAttributes\">CachedAttributes</a> 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.CachedAttributes.html\" title=\"trait mentat_core::cache::CachedAttributes\">CachedAttributes</a> 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.CachedAttributes.html\" title=\"trait mentat_core::cache::CachedAttributes\">CachedAttributes</a> 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;
}
})()