diff options
author | 2015-06-29 20:16:15 +0000 | |
---|---|---|
committer | 2015-06-29 20:16:15 +0000 | |
commit | 64106c4d3d4ddba8c7bc2af75376e6d3d3d75601 (patch) | |
tree | 8c64d6e8be006486d975a651505fbbde61365cd6 /implementors/alloc/boxed/trait.FnBox.js | |
download | irsc-64106c4d3d4ddba8c7bc2af75376e6d3d3d75601.tar.gz irsc-64106c4d3d4ddba8c7bc2af75376e6d3d3d75601.tar.xz irsc-64106c4d3d4ddba8c7bc2af75376e6d3d3d75601.zip |
Update documentationgh-pages
Diffstat (limited to 'implementors/alloc/boxed/trait.FnBox.js')
-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; + } + +})() |