1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-24 07:53:00 +01:00
actix-extras/implementors/actix_service/transform/trait.Transform.js
2021-03-21 22:52:48 +00:00

3 lines
574 B
JavaScript

(function() {var implementors = {};
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;}})()