From 64106c4d3d4ddba8c7bc2af75376e6d3d3d75601 Mon Sep 17 00:00:00 2001
From:
Date: Mon, 29 Jun 2015 20:16:15 +0000
Subject: Update documentation
---
implementors/std/io/trait.Read.js | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 implementors/std/io/trait.Read.js
(limited to 'implementors/std/io/trait.Read.js')
diff --git a/implementors/std/io/trait.Read.js b/implementors/std/io/trait.Read.js
new file mode 100644
index 0000000..51cc6c0
--- /dev/null
+++ b/implementors/std/io/trait.Read.js
@@ -0,0 +1,10 @@
+(function() {var implementors = {};
+implementors['carboxyl'] = [];implementors['openssl'] = ["impl Read for MemBio","impl<S: Read + Write> Read for SslStream<S>","impl<S> Read for MaybeSslStream<S>",];
+
+ if (window.register_implementors) {
+ window.register_implementors(implementors);
+ } else {
+ window.pending_implementors = implementors;
+ }
+
+})()
--
cgit v1.2.3