10 lines
1.4 KiB
JavaScript
10 lines
1.4 KiB
JavaScript
(function() {var implementors = {};
|
|
implementors["hyper"] = ["impl<T, B> <a class=\"trait\" href=\"tokio_proto/streaming/pipeline/server/trait.ServerProto.html\" title=\"trait tokio_proto::streaming::pipeline::server::ServerProto\">ServerProto</a><T> for <a class=\"struct\" href=\"hyper/server/struct.Http.html\" title=\"struct hyper::server::Http\">Http</a><B> <span class=\"where fmt-newline\">where<br> T: <a class=\"trait\" href=\"tokio_io/async_read/trait.AsyncRead.html\" title=\"trait tokio_io::async_read::AsyncRead\">AsyncRead</a> + <a class=\"trait\" href=\"tokio_io/async_write/trait.AsyncWrite.html\" title=\"trait tokio_io::async_write::AsyncWrite\">AsyncWrite</a> + 'static,<br> B: <a class=\"trait\" href=\"https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html\" title=\"trait core::convert::AsRef\">AsRef</a><<a class=\"primitive\" href=\"https://doc.rust-lang.org/nightly/std/primitive.slice.html\">[</a><a class=\"primitive\" href=\"https://doc.rust-lang.org/nightly/std/primitive.u8.html\">u8</a><a class=\"primitive\" href=\"https://doc.rust-lang.org/nightly/std/primitive.slice.html\">]</a>> + 'static, </span>",];
|
|
|
|
if (window.register_implementors) {
|
|
window.register_implementors(implementors);
|
|
} else {
|
|
window.pending_implementors = implementors;
|
|
}
|
|
|
|
})()
|