mentat/implementors/edn/entities/trait.TransactableValueMarker.js

12 lines
598 B
JavaScript
Raw Normal View History

2018-08-22 17:04:13 +00:00
(function() {var implementors = {};
implementors["core_traits"] = ["impl <a class=\"trait\" href=\"edn/entities/trait.TransactableValueMarker.html\" title=\"trait edn::entities::TransactableValueMarker\">TransactableValueMarker</a> for <a class=\"enum\" href=\"core_traits/enum.TypedValue.html\" title=\"enum core_traits::TypedValue\">TypedValue</a>",];
implementors["edn"] = [];
if (window.register_implementors) {
window.register_implementors(implementors);
} else {
window.pending_implementors = implementors;
}
})()