diff options
Diffstat (limited to 'implementors/core/marker/trait.Send.js')
-rw-r--r-- | implementors/core/marker/trait.Send.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/implementors/core/marker/trait.Send.js b/implementors/core/marker/trait.Send.js new file mode 100644 index 0000000..4aa7c6f --- /dev/null +++ b/implementors/core/marker/trait.Send.js @@ -0,0 +1,3 @@ +(function() {var implementors = {}; +implementors["fastcgi_conduit"] = [{"text":"impl <a class=\"trait\" href=\"https://doc.rust-lang.org/nightly/core/marker/trait.Send.html\" title=\"trait core::marker::Send\">Send</a> for <a class=\"struct\" href=\"fastcgi_conduit/struct.Server.html\" title=\"struct fastcgi_conduit::Server\">Server</a>","synthetic":true,"types":["fastcgi_conduit::server::Server"]}]; +if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file |