pub type Streamed = Response<Pin<Box<dyn Body<Data = VecDeque<u8>, Error = ErrorBoxed> + Send + 'static>>>;
struct Streamed { /* private fields */ }