diff options
Diffstat (limited to 'implementors/std/ascii')
-rw-r--r-- | implementors/std/ascii/trait.AsciiExt.js | 10 | ||||
-rw-r--r-- | implementors/std/ascii/trait.OwnedAsciiExt.js | 10 |
2 files changed, 20 insertions, 0 deletions
diff --git a/implementors/std/ascii/trait.AsciiExt.js b/implementors/std/ascii/trait.AsciiExt.js new file mode 100644 index 0000000..e4e21ea --- /dev/null +++ b/implementors/std/ascii/trait.AsciiExt.js @@ -0,0 +1,10 @@ +(function() {var implementors = {}; +implementors['carboxyl'] = [];implementors['openssl'] = []; + + if (window.register_implementors) { + window.register_implementors(implementors); + } else { + window.pending_implementors = implementors; + } + +})() diff --git a/implementors/std/ascii/trait.OwnedAsciiExt.js b/implementors/std/ascii/trait.OwnedAsciiExt.js new file mode 100644 index 0000000..e4e21ea --- /dev/null +++ b/implementors/std/ascii/trait.OwnedAsciiExt.js @@ -0,0 +1,10 @@ +(function() {var implementors = {}; +implementors['carboxyl'] = [];implementors['openssl'] = []; + + if (window.register_implementors) { + window.register_implementors(implementors); + } else { + window.pending_implementors = implementors; + } + +})() |