1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-24 16:02:59 +01:00
actix-extras/implementors/std/panic/trait.RefUnwindSafe.js
2021-03-22 05:09:45 +00:00

3 lines
492 B
JavaScript

(function() {var implementors = {};
implementors["actix_redis"] = [{"text":"impl RefUnwindSafe for Command","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for RedisActor","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for RedisSession","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for Error","synthetic":true,"types":[]}];
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()