abstreet/rustdoc/implementors/widgetry/app_state/trait.SharedAppState.js
2020-12-04 23:28:48 +00:00

6 lines
588 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<T> SharedAppState for SimpleApp<T>","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;}})()