mirror of
https://github.com/actix/actix-website
synced 2025-06-30 16:54:27 +02:00
update stable docs
This commit is contained in:
@ -19,8 +19,8 @@
|
||||
Implementors<a href='#implementors' class='anchor'></a>
|
||||
</h2>
|
||||
<ul class='item-list' id='implementors-list'>
|
||||
<li><table class='table-display'><tbody><tr><td><code>impl<S: 'static> IntoHttpHandler for <a class="struct" href="../../actix_web/struct.App.html" title="struct actix_web::App">App</a><S><span class="where fmt-newline"> type <a href='#associatedtype.Handler' class="type">Handler</a> = HttpApplication<S>;</span></code><td><div class='out-of-band'><a class='srclink' href='../../src/actix_web/application.rs.html#580-586' title='goto source code'>[src]</a></div></td></tr></tbody></table></li>
|
||||
<li><table class='table-display'><tbody><tr><td><code>impl<'a, S: 'static> IntoHttpHandler for &'a mut <a class="struct" href="../../actix_web/struct.App.html" title="struct actix_web::App">App</a><S><span class="where fmt-newline"> type <a href='#associatedtype.Handler' class="type">Handler</a> = HttpApplication<S>;</span></code><td><div class='out-of-band'><a class='srclink' href='../../src/actix_web/application.rs.html#588-594' title='goto source code'>[src]</a></div></td></tr></tbody></table></li>
|
||||
<li><table class='table-display'><tbody><tr><td><code>impl<S: 'static> IntoHttpHandler for <a class="struct" href="../../actix_web/struct.App.html" title="struct actix_web::App">App</a><S><span class="where fmt-newline"> type <a href='#associatedtype.Handler' class="type">Handler</a> = HttpApplication<S>;</span></code><td><div class='out-of-band'><a class='srclink' href='../../src/actix_web/application.rs.html#584-590' title='goto source code'>[src]</a></div></td></tr></tbody></table></li>
|
||||
<li><table class='table-display'><tbody><tr><td><code>impl<'a, S: 'static> IntoHttpHandler for &'a mut <a class="struct" href="../../actix_web/struct.App.html" title="struct actix_web::App">App</a><S><span class="where fmt-newline"> type <a href='#associatedtype.Handler' class="type">Handler</a> = HttpApplication<S>;</span></code><td><div class='out-of-band'><a class='srclink' href='../../src/actix_web/application.rs.html#592-598' title='goto source code'>[src]</a></div></td></tr></tbody></table></li>
|
||||
<li><table class='table-display'><tbody><tr><td><code>impl<T: <a class="trait" href="../../actix_web/server/trait.HttpHandler.html" title="trait actix_web::server::HttpHandler">HttpHandler</a>> IntoHttpHandler for T<span class="where fmt-newline"> type <a href='#associatedtype.Handler' class="type">Handler</a> = T;</span></code><td><div class='out-of-band'><a class='srclink' href='../../src/actix_web/server/mod.rs.html#173-179' title='goto source code'>[src]</a></div></td></tr></tbody></table></li>
|
||||
<li><table class='table-display'><tbody><tr><td><code>impl<S: 'static> IntoHttpHandler for <a class="struct" href="../../actix_web/test/struct.TestApp.html" title="struct actix_web::test::TestApp">TestApp</a><S><span class="where fmt-newline"> type <a href='#associatedtype.Handler' class="type">Handler</a> = HttpApplication<S>;</span></code><td><div class='out-of-band'><a class='srclink' href='../../src/actix_web/test.rs.html#363-369' title='goto source code'>[src]</a></div></td></tr></tbody></table></li>
|
||||
</ul><script type="text/javascript">window.inlined_types=new Set([]);</script><script type="text/javascript" async
|
||||
|
Reference in New Issue
Block a user