[][src]Function actix_web::test::load_stream

pub async fn load_stream<S>(__arg0: S) -> Result<Bytes, Error> where
    S: Stream<Item = Result<Bytes, Error>> + Unpin