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

Deploying to gh-pages from @ ca85f6b245 🚀

This commit is contained in:
robjtede
2021-03-21 22:52:48 +00:00
parent dfb4198ce4
commit be5f9780c1
32 changed files with 310 additions and 521 deletions

View File

@@ -1,3 +1,3 @@
(function() {var implementors = {};
implementors["actix_redis"] = [{"text":"impl&lt;S, B&gt; Transform&lt;S&gt; for RedisSession <span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;S: Service&lt;Request = ServiceRequest, Response = ServiceResponse&lt;B&gt;, Error = Error&gt; + 'static,<br>&nbsp;&nbsp;&nbsp;&nbsp;S::Future: 'static,<br>&nbsp;&nbsp;&nbsp;&nbsp;B: 'static,&nbsp;</span>","synthetic":false,"types":[]}];
implementors["actix_redis"] = [{"text":"impl&lt;S, B&gt; Transform&lt;S, ServiceRequest&gt; for RedisSession <span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;S: Service&lt;ServiceRequest, Response = ServiceResponse&lt;B&gt;, Error = Error&gt; + 'static,<br>&nbsp;&nbsp;&nbsp;&nbsp;S::Future: 'static,<br>&nbsp;&nbsp;&nbsp;&nbsp;B: 'static,&nbsp;</span>","synthetic":false,"types":[]}];
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()