(function() {var implementors = {};
implementors["actix_web"] = [{text:"impl Stream for Payload",synthetic:false,types:["actix_web::payload::Payload"]},{text:"impl Stream for Box<Pipeline>",synthetic:false,types:["alloc::boxed::Box"]},{text:"impl Stream for ChunkedReadFile",synthetic:false,types:["actix_web::fs::ChunkedReadFile"]},{text:"impl<S> Stream for Multipart<S> where
S: Stream<Item = Bytes, Error = PayloadError>, ",synthetic:false,types:["actix_web::multipart::Multipart"]},{text:"impl<S> Stream for Field<S> where
S: Stream<Item = Bytes, Error = PayloadError>, ",synthetic:false,types:["actix_web::multipart::Field"]},{text:"impl Stream for ClientReader",synthetic:false,types:["actix_web::ws::client::ClientReader"]},{text:"impl<S> Stream for WsStream<S> where
S: Stream<Item = Bytes, Error = PayloadError>, ",synthetic:false,types:["actix_web::ws::WsStream"]},];
if (window.register_implementors) {
window.register_implementors(implementors);
} else {
window.pending_implementors = implementors;
}
})()