mentat/implementors/mentat_core/trait.HasSchema.js

12 lines
915 B
JavaScript
Raw Normal View History

2018-08-22 17:04:13 +00:00
(function() {var implementors = {};
implementors["mentat_core"] = [];
implementors["mentat_transaction"] = ["impl&lt;'a, 'c&gt; <a class=\"trait\" href=\"mentat_core/trait.HasSchema.html\" title=\"trait mentat_core::HasSchema\">HasSchema</a> for <a class=\"struct\" href=\"mentat_transaction/struct.InProgressRead.html\" title=\"struct mentat_transaction::InProgressRead\">InProgressRead</a>&lt;'a, 'c&gt;","impl&lt;'a, 'c&gt; <a class=\"trait\" href=\"mentat_core/trait.HasSchema.html\" title=\"trait mentat_core::HasSchema\">HasSchema</a> for <a class=\"struct\" href=\"mentat_transaction/struct.InProgress.html\" title=\"struct mentat_transaction::InProgress\">InProgress</a>&lt;'a, 'c&gt;",];
if (window.register_implementors) {
window.register_implementors(implementors);
} else {
window.pending_implementors = implementors;
}
})()