(function() {var implementors = {};
implementors["actix_redis"] = [{"text":"impl<S, B> Transform<S> for RedisSession where
S: Service<Request = ServiceRequest, Response = ServiceResponse<B>, Error = Error> + 'static,
S::Future: 'static,
B: 'static, ","synthetic":false,"types":["actix_redis::session::RedisSession"]}];
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()