(function() {var implementors = {}; implementors["actix_web"] = [{text:"impl<A, B, I, E> Future for Either<A, B> where
    A: Future<Item = I, Error = E>,
    B: Future<Item = I, Error = E>, 
",synthetic:false,types:["actix_web::handler::Either"]},{text:"impl<I, E> Future for AsyncResult<I, E>",synthetic:false,types:["actix_web::handler::AsyncResult"]},{text:"impl<T> Future for MessageBody<T> where
    T: HttpMessage + 'static, 
",synthetic:false,types:["actix_web::httpmessage::MessageBody"]},{text:"impl<T, U> Future for UrlEncoded<T, U> where
    T: HttpMessage + 'static,
    U: DeserializeOwned + 'static, 
",synthetic:false,types:["actix_web::httpmessage::UrlEncoded"]},{text:"impl<T: HttpMessage + 'static, U: DeserializeOwned + 'static> Future for JsonBody<T, U>",synthetic:false,types:["actix_web::json::JsonBody"]},{text:"impl Future for SendRequest",synthetic:false,types:["actix_web::client::pipeline::SendRequest"]},{text:"impl Future for ClientHandshake",synthetic:false,types:["actix_web::ws::client::ClientHandshake"]},]; if (window.register_implementors) { window.register_implementors(implementors); } else { window.pending_implementors = implementors; } })()