abstreet/rustdoc/implementors/widgetry/app_state/trait.SharedAppState.js
2021-01-09 23:03:31 +00:00

6 lines
602 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: 'static> 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;}})()