mirror of
https://github.com/actix/actix-website
synced 2024-11-24 16:52:59 +01:00
11 lines
626 B
JavaScript
11 lines
626 B
JavaScript
|
(function() {var implementors = {};
|
||
|
implementors["actix_web"] = [{text:"impl <a class=\"trait\" href=\"https://doc.rust-lang.org/nightly/std/io/trait.Read.html\" title=\"trait std::io::Read\">Read</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;
|
||
|
}
|
||
|
|
||
|
})()
|