3 lines
2.2 KiB
JavaScript
3 lines
2.2 KiB
JavaScript
(function() {var implementors = {};
|
|
implementors["hyper"] = [{"text":"impl Service<Name> for GaiResolver","synthetic":false,"types":[]},{"text":"impl<R> Service<Uri> for HttpConnector<R> <span class=\"where fmt-newline\">where<br> R: Resolve + Clone + Send + Sync + 'static,<br> R::Future: Send, </span>","synthetic":false,"types":[]},{"text":"impl<C, B> Service<Request<B>> for Client<C, B> <span class=\"where fmt-newline\">where<br> C: Connect + Clone + Send + Sync + 'static,<br> B: HttpBody + Send + 'static,<br> B::Data: Send,<br> B::Error: Into<Box<dyn StdError + Send + Sync>>, </span>","synthetic":false,"types":[]},{"text":"impl<C, B> Service<Request<B>> for &Client<C, B> <span class=\"where fmt-newline\">where<br> C: Connect + Clone + Send + Sync + 'static,<br> B: HttpBody + Send + 'static,<br> B::Data: Send,<br> B::Error: Into<Box<dyn StdError + Send + Sync>>, </span>","synthetic":false,"types":[]},{"text":"impl<B> Service<Request<B>> for SendRequest<B> <span class=\"where fmt-newline\">where<br> B: HttpBody + 'static, </span>","synthetic":false,"types":[]},{"text":"impl<C, B, T> Service<T> for Connect<C, B, T> <span class=\"where fmt-newline\">where<br> C: MakeConnection<T>,<br> C::Connection: Unpin + Send + 'static,<br> C::Future: Send + 'static,<br> C::Error: Into<Box<dyn StdError + Send + Sync>> + Send,<br> B: HttpBody + Unpin + Send + 'static,<br> B::Data: Send + Unpin,<br> B::Error: Into<Box<dyn StdError + Send + Sync>>, </span>","synthetic":false,"types":[]}];
|
|
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() |