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