1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-25 00:12:59 +01:00
actix-extras/implementors/actix/handler/trait.Handler.js
2021-03-22 11:49:07 +00:00

3 lines
530 B
JavaScript

(function() {var implementors = {};
implementors["actix_redis"] = [{"text":"impl Handler&lt;<a class=\"struct\" href=\"actix_redis/struct.Command.html\" title=\"struct actix_redis::Command\">Command</a>&gt; for <a class=\"struct\" href=\"actix_redis/struct.RedisActor.html\" title=\"struct actix_redis::RedisActor\">RedisActor</a>","synthetic":false,"types":["actix_redis::redis::RedisActor"]}];
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()