aboutsummaryrefslogtreecommitdiff
path: root/implementors/core/fmt/trait.Write.js
diff options
context:
space:
mode:
Diffstat (limited to 'implementors/core/fmt/trait.Write.js')
-rw-r--r--implementors/core/fmt/trait.Write.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/implementors/core/fmt/trait.Write.js b/implementors/core/fmt/trait.Write.js
new file mode 100644
index 0000000..a1388ad
--- /dev/null
+++ b/implementors/core/fmt/trait.Write.js
@@ -0,0 +1,10 @@
+(function() {var implementors = {};
+implementors['regex_syntax'] = ["impl <a class='trait' href='http://doc.rust-lang.org/nightly/core/fmt/trait.Write.html' title='core::fmt::Write'>Write</a> for <a class='struct' href='http://doc.rust-lang.org/nightly/collections/string/struct.String.html' title='collections::string::String'>String</a>",];implementors['carboxyl'] = ["impl <a class='trait' href='http://doc.rust-lang.org/nightly/core/fmt/trait.Write.html' title='core::fmt::Write'>Write</a> for <a class='struct' href='http://doc.rust-lang.org/nightly/collections/string/struct.String.html' title='collections::string::String'>String</a>",];implementors['openssl'] = ["impl <a class='trait' href='http://doc.rust-lang.org/nightly/core/fmt/trait.Write.html' title='core::fmt::Write'>Write</a> for <a class='struct' href='http://doc.rust-lang.org/nightly/collections/string/struct.String.html' title='collections::string::String'>String</a>",];implementors['irsc'] = [];
+
+ if (window.register_implementors) {
+ window.register_implementors(implementors);
+ } else {
+ window.pending_implementors = implementors;
+ }
+
+})()