abstreet/rustdoc/implementors/widgetry/app_state/trait.SharedAppState.js
2020-11-24 07:58:48 +00:00

6 lines
570 B
JavaScript

(function() {var implementors = {};
implementors["game"] = [{"text":"impl SharedAppState for App","synthetic":false,"types":[]}];
implementors["map_editor"] = [{"text":"impl SharedAppState for App","synthetic":false,"types":[]}];
implementors["map_gui"] = [{"text":"impl SharedAppState for SimpleApp","synthetic":false,"types":[]}];
implementors["widgetry_demo"] = [{"text":"impl SharedAppState for App","synthetic":false,"types":[]}];
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()