summaryrefslogtreecommitdiff
path: root/implementors/std/io/trait.Read.js
diff options
context:
space:
mode:
Diffstat (limited to 'implementors/std/io/trait.Read.js')
-rw-r--r--implementors/std/io/trait.Read.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/implementors/std/io/trait.Read.js b/implementors/std/io/trait.Read.js
new file mode 100644
index 0000000..c5653d5
--- /dev/null
+++ b/implementors/std/io/trait.Read.js
@@ -0,0 +1,3 @@
+(function() {var implementors = {
+"bytes":[["impl&lt;B:&nbsp;<a class=\"trait\" href=\"bytes/buf/trait.Buf.html\" title=\"trait bytes::buf::Buf\">Buf</a> + <a class=\"trait\" href=\"https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html\" title=\"trait core::marker::Sized\">Sized</a>&gt; <a class=\"trait\" href=\"https://doc.rust-lang.org/nightly/std/io/trait.Read.html\" title=\"trait std::io::Read\">Read</a> for <a class=\"struct\" href=\"bytes/buf/struct.Reader.html\" title=\"struct bytes::buf::Reader\">Reader</a>&lt;B&gt;"]]
+};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file