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