mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-12-29 01:13:53 +03:00
4 lines
379 B
JavaScript
4 lines
379 B
JavaScript
(function() {var implementors = {};
|
|
implementors["abstio"] = [{"text":"impl Read for FileWithProgress","synthetic":false,"types":[]}];
|
|
implementors["abstutil"] = [{"text":"impl<'a> Read for Timer<'a>","synthetic":false,"types":[]}];
|
|
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() |