1
0
mirror of https://github.com/actix/actix-website synced 2025-06-27 07:29:02 +02:00

use Bytes re-export

closes #202
This commit is contained in:
Rob Ede
2020-11-27 01:10:05 +00:00
parent c39325a649
commit cdbb5dd2b2
12 changed files with 31 additions and 25 deletions

View File

@ -2,7 +2,6 @@
use actix_web::{error, post, web, App, Error, HttpResponse};
use futures::StreamExt;
use serde::{Deserialize, Serialize};
use serde_json;
#[derive(Serialize, Deserialize)]
struct MyObj {