1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-24 16:02:59 +01:00
actix-extras/implementors/core/fmt/trait.Display.js

3 lines
266 B
JavaScript
Raw Normal View History

2020-07-19 22:22:04 +02:00
(function() {var implementors = {};
implementors["actix_redis"] = [{"text":"impl Display 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;}})()