1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-08-31 19:37:00 +02:00

Deploying to gh-pages from @ b0854ed144 🚀

This commit is contained in:
robjtede
2021-03-22 05:09:45 +00:00
parent be5f9780c1
commit 2ec31329cc
29 changed files with 434 additions and 278 deletions

View File

@@ -0,0 +1,3 @@
(function() {var implementors = {};
implementors["actix_redis"] = [{"text":"impl Actor for RedisActor","synthetic":false,"types":[]}];
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()

View File

@@ -0,0 +1,3 @@
(function() {var implementors = {};
implementors["actix_redis"] = [{"text":"impl Supervised for RedisActor","synthetic":false,"types":[]}];
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()

View File

@@ -0,0 +1,3 @@
(function() {var implementors = {};
implementors["actix_redis"] = [{"text":"impl Handler<Command> for RedisActor","synthetic":false,"types":[]}];
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()

View File

@@ -0,0 +1,3 @@
(function() {var implementors = {};
implementors["actix_redis"] = [{"text":"impl Message for Command","synthetic":false,"types":[]}];
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()

View File

@@ -0,0 +1,3 @@
(function() {var implementors = {};
implementors["actix_redis"] = [{"text":"impl WriteHandler<Error> for RedisActor","synthetic":false,"types":[]}];
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()

View File

@@ -0,0 +1,3 @@
(function() {var implementors = {};
implementors["actix_redis"] = [{"text":"impl StreamHandler<Result<RespValue, Error>> for RedisActor","synthetic":false,"types":[]}];
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()