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