mirror of
https://github.com/actix/actix-website
synced 2024-11-24 08:43:01 +01:00
11 lines
286 B
JavaScript
11 lines
286 B
JavaScript
(function() {var implementors = {};
|
|
implementors["actix_web"] = [];
|
|
|
|
if (window.register_implementors) {
|
|
window.register_implementors(implementors);
|
|
} else {
|
|
window.pending_implementors = implementors;
|
|
}
|
|
|
|
})()
|