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

3 lines
276 B
JavaScript
Raw Normal View History

2020-07-19 22:22:04 +02:00
(function() {var implementors = {};
implementors["actix_redis"] = [{"text":"impl From<Error> for Error","synthetic":false,"types":[]}];
2020-07-19 22:22:04 +02:00
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()