1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-24 16:02:59 +01:00
actix-extras/implementors/core/convert/trait.From.js
2020-10-10 13:27:58 +00:00

3 lines
276 B
JavaScript

(function() {var implementors = {};
implementors["actix_redis"] = [{"text":"impl From<Error> for Error","synthetic":false,"types":[]}];
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()