abstreet/rustdoc/implementors/widgetry/app_state/trait.SharedAppState.js

6 lines
1.1 KiB
JavaScript
Raw Normal View History

(function() {var implementors = {};
implementors["game"] = [{"text":"impl SharedAppState for <a class=\"struct\" href=\"game/app/struct.App.html\" title=\"struct game::app::App\">App</a>","synthetic":false,"types":["game::app::App"]}];
implementors["map_editor"] = [{"text":"impl SharedAppState for <a class=\"struct\" href=\"map_editor/struct.App.html\" title=\"struct map_editor::App\">App</a>","synthetic":false,"types":["map_editor::App"]}];
implementors["map_gui"] = [{"text":"impl&lt;T:&nbsp;'static&gt; SharedAppState for <a class=\"struct\" href=\"map_gui/simple_app/struct.SimpleApp.html\" title=\"struct map_gui::simple_app::SimpleApp\">SimpleApp</a>&lt;T&gt;","synthetic":false,"types":["map_gui::simple_app::SimpleApp"]}];
implementors["widgetry_demo"] = [{"text":"impl SharedAppState for <a class=\"struct\" href=\"widgetry_demo/struct.App.html\" title=\"struct widgetry_demo::App\">App</a>","synthetic":false,"types":["widgetry_demo::App"]}];
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()