mirror of
https://github.com/actix/actix-website
synced 2025-06-30 16:54:27 +02:00
Add api docs
This commit is contained in:
@ -0,0 +1,10 @@
|
||||
(function() {var implementors = {};
|
||||
implementors["actix_web"] = [{text:"impl <a class=\"trait\" href=\"https://docs.rs/tokio-io/0.1.7/tokio_io/async_read/trait.AsyncRead.html\" title=\"trait tokio_io::async_read::AsyncRead\">AsyncRead</a> for <a class=\"struct\" href=\"actix_web/client/struct.Connection.html\" title=\"struct actix_web::client::Connection\">Connection</a>",synthetic:false,types:["actix_web::client::connector::Connection"]},];
|
||||
|
||||
if (window.register_implementors) {
|
||||
window.register_implementors(implementors);
|
||||
} else {
|
||||
window.pending_implementors = implementors;
|
||||
}
|
||||
|
||||
})()
|
@ -0,0 +1,10 @@
|
||||
(function() {var implementors = {};
|
||||
implementors["actix_web"] = [{text:"impl <a class=\"trait\" href=\"https://docs.rs/tokio-io/0.1.7/tokio_io/async_write/trait.AsyncWrite.html\" title=\"trait tokio_io::async_write::AsyncWrite\">AsyncWrite</a> for <a class=\"struct\" href=\"actix_web/client/struct.Connection.html\" title=\"struct actix_web::client::Connection\">Connection</a>",synthetic:false,types:["actix_web::client::connector::Connection"]},];
|
||||
|
||||
if (window.register_implementors) {
|
||||
window.register_implementors(implementors);
|
||||
} else {
|
||||
window.pending_implementors = implementors;
|
||||
}
|
||||
|
||||
})()
|
Reference in New Issue
Block a user